Time Standardizing - nicolas-tullio/Tech-Journal GitHub Wiki
Ubuntu
In /etc/rsyslog.conf comment out the following and then restart the rsyslog service:
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
Rocky Linux
In /etc/rsyslog.conf comment out the following and then restart the rsyslog service:
module(load="built in:omfile"Template="RSYSLOG_TraditionalFileFormat")