915901a Issue 49232 - Truncate the message when buffer capacity is exceeded

4 files Authored by spichugi 4 years ago, Committed by mreynolds 4 years ago,
    Issue 49232 - Truncate the message when buffer capacity is exceeded
    
    Bug Description: When the access log buffer capacity is exceeded we log
    an emergency error and the access log line is not logged at all.
    
    Fix Description: Log the error message to errors log and log the access
    log message but truncate its elements (for the search access log message).
    Or just log what is in the buffer in other cases.
    Add CI test to ds_logs test suite for the basic feature testing.
    
    https://pagure.io/389-ds-base/issue/49232
    
    Reviewed by: mreynolds, tbordaz, firstyear (Thanks!!)
    
        
file modified
+11 -8
file modified
+5 -0
file modified
+33 -32