Difference between revisions of "Rsyslog"

From The Linux Source
Jump to: navigation, search
(Created page with "Older Rsyslog versions were not logging in a traditional syslog format, and fields like time & date were not human-readble. To modify its behaviour and make the logs more deci...")
 
m
Line 1: Line 1:
 +
PARENT PAGE LINK: [[Syslog]]
 +
 +
 
Older Rsyslog versions were not logging in a traditional syslog format, and fields like time & date were not human-readble. To modify its behaviour and make the logs more decipherable, we would add or uncomment the following line (this may be the default on newer Rsyslog versions, but has not been verified)
 
Older Rsyslog versions were not logging in a traditional syslog format, and fields like time & date were not human-readble. To modify its behaviour and make the logs more decipherable, we would add or uncomment the following line (this may be the default on newer Rsyslog versions, but has not been verified)
 
  # Use traditional timestamp format
 
  # Use traditional timestamp format
 
  $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
 
  $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat

Revision as of 16:51, 22 May 2017

PARENT PAGE LINK: Syslog


Older Rsyslog versions were not logging in a traditional syslog format, and fields like time & date were not human-readble. To modify its behaviour and make the logs more decipherable, we would add or uncomment the following line (this may be the default on newer Rsyslog versions, but has not been verified)

# Use traditional timestamp format
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat