On 10/5/05, Roberto Nibali <ratz@drugphish.ch> wrote:
> You mean the process ID embedded (sometimes) in the program name (when
> that field is present)?
It's part of the identification when you use the LOG_PID option in
openlog(). It's not a required option but nevertheless a proper formated
syslog message should contain it.
What is a good reason to have this? If you specify $MSG you will get the
programme name and pid logged, provided it was specified in openlog().
Is that not what you guys were looking for?