Hello Friends<br>
<br>
I have a syslogd , sucessfully implemented with -r option in a network.
Currently all the messages that are being logged are in the below format<br>
<br>
<date> <machinename> <processname>[<pid>]: <message><br>
<br>
Can I have some format where in the facility/priority is also mentioned
so that I can see under what facility and priority the messages are
being logged. <br>
may be like this:<br>
<date> <machinename> <facility.priority> <processname>[<pid>]: <message><br>
<br>
Thanks,<br>
Nikhil<br>