cd00087 Issue 49029 - [RFE] improve internal operations logging

Authored and Committed by bsmejkal 4 years ago
    Issue 49029 - [RFE] improve internal operations logging
    
    Description:
    Edited the test cases by changing the 'op' number to regex, because the values were hardcoded into the test and if there was some more fixing of internal logs that would cause the 'op' number to raise up/lower down then the test would fail. The main goal is to check syntax of internal messages, not to match 'op' numbers.
    
    Also changed strings in src/lib389/lib389/dirsrv_log.py to raw strings to stop showing warnings about deprecation.
    
    https://pagure.io/389-ds-base/issue/49029
    
    Reviewed by: vashirov (Thanks!)