dbf1699 Ticket 47982 - improve timestamp resolution in logs

Authored and Committed by William Brown 8 years ago
    Ticket 47982 - improve timestamp resolution in logs
    
    Bug Description:  An rfe was proposed to increase the resolution of timestamps
    in logs to allow better automated machine sorting and time analysis of events.
    
    Fix Description:  This patch enables a configuration option
    nsslapd-logging-hr-timestamps-enabled, default to on that provides nanosecond
    accurate timestamps in logs.
    
    This is only avaliable on platforms that support clock_gettime.
    
    This patch removes the str buffer as it actually slowed down logging performance.
    
    This enables support in logconv.pl for HR timestamps.
    
    https://fedorahosted.org/389/ticket/47982
    
    Author: wibrown
    
    Review by: nhosoi (Thanks!)
    
        
file modified
+3 -0
file modified
+1 -1
file modified
+1 -1
file modified
+47 -37
file modified
+1 -0
file modified
+30 -0
file modified
+119 -106
file modified
+7 -0
file modified
+104 -0