Running syslog with the -t option in Solaris 10
daz_75May 8 2009 — edited Jul 23 2009I'm trying to get syslog to run with the -t option in solaris 10
I've ran the following commands
svccfg -s svc:/system/system-log setprop config/log_from_remote = false
svcadm refresh svc:/system/system-log
But ps -ef still shows
root 9479 1 1 15:56:58 ? 0:00 /usr/sbin/syslogd
Any ideas, i'm hoping that although -t doesn't appear the fact svcprop shows it as false should mean it's working, can anyone confirm?
svcprop svc:/system/system-log:default |grep log
config/log_from_remote boolean false
Thanks
Darren