Code

syslog plugin: Added plugin to log to syslog.
[sysdb.git] / src / daemon / sysdbd.conf.sample
index 304b0bb4c9feb33d75671904417526a4c007c9cb..40210fad05d70403e7ddc7cab50e67565b0e0595 100644 (file)
 # default interval used for actively polling plugins
 Interval 300
 
 # default interval used for actively polling plugins
 Interval 300
 
+#----------------------------------------------------------------------------#
+# Logging settings:                                                          #
+# These plugins should be loaded first. Else, any log messages will be       #
+# written to the standard error channel which is closed after the daemon has #
+# started.                                                                   #
+#----------------------------------------------------------------------------#
+LoadPlugin "syslog"
+
 #----------------------------------------------------------------------------#
 # Plugins:                                                                   #
 # Plugins are the working horses of SysDB. Load any of the following plugins #
 #----------------------------------------------------------------------------#
 # Plugins:                                                                   #
 # Plugins are the working horses of SysDB. Load any of the following plugins #