# grep daemon /etc/syslog.conf *.err;kern.debug;daemon.notice;mail.crit /var/adm/messages *.alert;kern.err;daemon.err operator #
If debugging is inactive, daemon.notice is set in the file /etc/syslog.conf.
If debugging is active, daemon.debug is set in the file /etc/syslog.conf.
# grep daemon /etc/syslog.conf *.err;kern.debug;daemon.debug;mail.crit /var/adm/messages *.alert;kern.err;daemon.err operator #
# svcadm restart svc:/system/system-log:default
# clresource set -p Debug_level=N MySQL-resource
The following are the valid values for the Debug_level property:
No debug information
Issue start and stop messages for the executed functions
Include a Korn shell trace on the console for start and stop messages of the functions
The following example enables debugging for the MySQL-resource resource using debug level 2.
# clresource set -p Debug_level=2 MySQL-resource