It will print a list of what is going to be logged and where
and will show it when a message is seen.
Among others, it will show how your configuration file was
parsed.
For syslog testing you'd need to:
svcadm disable -t system-log
syslogd -d
you will need to stop it when you're done debugging
and restart system-log (svcadm enable system-log)
>> Did you use spaces instead of tabs? (White space must be tabs
>> though we're changing that)
>Is it still required? FreeBSD does not care.
>Let me check to make sure. Yes, I used tabs (old school).
Ok.
>> Any reason why using an older version of Solaris (instead of
>> Solaris 11.1 or Solaris 11.2 beta?)
>The only reason is "Do not fix what ain't broken". If there is a
>known bug in syslogd fixed after Solaris 11 11/11, I might look into
>upgrading.
With the internet, old axioms no longer hold. Not because you
need to the newest features but you'd really want the latest
fixes to security bugs and possibly the latest features such
as the "Extended Policy".
I don't think we changed anything specific in syslogd recently.
It should "just work", but you need to make sure they are all
tabs and no also no trailing spaces.
Casper