The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > OS Specific Forums > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-05-2008
gnom gnom is offline
Registered User
 

Join Date: Feb 2008
Location: New Zealand
Posts: 42
on solaris it is handled by syslogd

You are able to edit the /etc/syslog.conf and redirect the logs and even specify what level should be logged.

Here are the log levels:

1. emerg 2. alert 3. crit 4. err 5. warning 6. notice 7. info 8. debug

But you can redirect everything to a loghost. This way everything is centralized.

I hope this is what you asked for

cheers
gnom
Reply With Quote