Se você quiser gostar de adicionar timestamps personalizados à sua saída do syslog, talvez seja melhor usar syslog-ng
.
De acordo com esta postagem , você pode usar ts_format()
para especificar o ano em syslog-ng
.
De acordo com a página syslog-ng.conf(5)
man:
The syslog-ng application has a number of global options governing DNS usage, the timestamp format used, and other general points. Each option may have parameters, similarly to driver specifications. To set global options, add an option statement to the syslog-ng configuration file using the following syntax:
options { option1(params); option2(params); ... };