How do most daemons do their logging these days. syslog or is there a newer logging facility that I'm not aware of? or custom?
The reason I ask is that I started using syslog but noticed most of the daemon processes were not logging to the normal files and they are not configured in the syslog config files.
That leads me to believe they are doing their own thing.
Which is preferred? why are modern apps steering clear of syslog?