I have modified the configuration of rsyslogd
to disable RSYSLOG_TraditionalFileFormat
.
But still the apache log /var/log/apache/error.log
is displaying only second-precission.
Is there something else that needs to be configured?
I have modified the configuration of rsyslogd
to disable RSYSLOG_TraditionalFileFormat
.
But still the apache log /var/log/apache/error.log
is displaying only second-precission.
Is there something else that needs to be configured?
At http://httpd.apache.org/docs/current/mod/mod_log_config.html you see differemt time formats including mili seconds Just change from
Example: 16/Mar/2013:22:44:34-634 16/Mar/2013:22:44:34-634200
Documenation apache
strftime(3) formatting http://man7.org/linux/man-pages/man3/strftime.3.html