17 May
2007
17 May
'07
5:49 p.m.
On 5/17/07, Evan Rempel <erempel@uvic.ca> wrote:
Balazs Scheidler wrote:
Syslog-ng forwards messages in the same format as it receives it, it does not prepend headers, only replaces values if it is configured to do so.
Really? My experience is one where syslong-ng receives a syslog message that does NOT contain a timestamp, and syslog-ng forwards it with a timestamp because the receiver portion of syslog-ng has added a timestamp.
Am I remembering this incorrectly or confusing this with some custom template?
I think that behavior is defined in the syslog-ng options. options { use_time_recvd (yes); };