Lab 2.1 Standardizing on Time - devinziegler/Devin-Tech-Journal GitHub Wiki
Standardizing time on Ubuntu like systems:
-
Edit the rsyslog.conf file in
/etc/rsyslog.conf
-
Comment Out of the following line:
ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
Remember to restart
rsyslog
Standardizing time on RHEL based systems:
-
Edit the rsyslog.conf file in
/etc/rsyslog.conf
-
Comment Out of the following line:
ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
Remember to restart
rsyslog