Hi,
typical rsyslog messages are as follow.....
2008-12-15T19:50:06.357213+01:00 lx4305 rsyslogd: [origin software="rsyslogd" swVersion="3.20.2" x-pid="13457" x-info="http://www.rsyslog.com"] restart
I want to remove the bold caption marked in the message i.e. time & date stamped by rsyslog main module. its because i am passing the time & date from application itself.
i tried a lot, but i m stuck in msg.c, datetime.c, obj.c & queue.c....
i want the message as follow....
lx4305 rsyslogd: [origin software="rsyslogd" swVersion="3.20.2" x-pid="13457" x-info="http://www.rsyslog.com"] restart... (without timestamp...)
is it possible...????
Thanks


