Sorry, but I have another question. I added the following to my rsyslog.conf:
$template dummy,"[%msg%]\n"
*.* /var/log/dummy; dummy
I then ran the command:
logger "test"
In the file /var/log/dummy, I see
[ test]
Should that extra space be there?
Thanks,
Elizabeth


