The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-09-2004
VeroL VeroL is offline
Registered User
 

Join Date: Jan 2004
Posts: 13
syslog.conf file and syslogd daemon

Hello,

I need a few information/explanation about system messages, syslog.conf file and syslogd daemon.
My problem is the following: I would like to log all system messages related to hardware problems into a particular file. For that, i have to add an entry in the syslog.conf file.
I know that i must add a line of the following type in the syslog.conf file:

facility.level /..../hardware.log

The problem is: what to put in the facility field (kern?, daemon? or something else).
Another problem is: once the configuration file has been modified, do i have to restart the syslogd daemon in order to have my modification taken into account?
The last question is: once the hardware related system messages will be logged in the file "hardware.log" what will they look like?

Thanks in advance for any answer
Forum Sponsor