/etc/syslog.conf
defines the amount of system logging:
*.debug /var/adm/syslog.debug
*.info /var/adm/syslog
mail.debug /usr/spool/mqueue/log
auth.debug /var/adm/syslog.auth # for the logging machine, otherwise @biolog
# auth.debug @biolog
IMPORTANT: do not use @biolog
on the logging machine
itself, it well generate in infite loop of syslogs !
The actual value of biolog
is determined via DNS name resolution.
Strangely, you have to "generate" the log files manually ???
touch /usr/spool/mqueue/syslog
touch /var/adm/syslog.auth
touch /var/adm/syslog.debug
touch /var/adm/syslog