sysdbd-syslog(5) ================ :doctype: manpage NAME ---- sysdbd-syslog - syslog plugin SYNOPSIS -------- LoadPlugin syslog DESCRIPTION ----------- *syslog* is a plugin which connects to the local syslog daemon and forwards all log messages to it. CONFIGURATION ------------- *syslog* accepts the following configuration options: *LogLevel* *DEBUG*|*INFO*|*NOTICE*|*WARNING*|*ERROR*|*EMERG*:: Set the minimum log level. Only messages logged at the specified level and above will actually be logged. Note that this only affects how SysDB behaves. Whether or where the log message shows up also depends on your syslog daemon configuration. Defaults to *INFO*. SEE ALSO -------- manpage:sysdbd[1], manpage:sysdbd.conf[5] The SysDB homepage: https://sysdb.io/ AUTHOR ------ SysDB was written by Sebastian "tokkee" Harl . COPYRIGHT --------- Copyright (C) 2012-2014 Sebastian "tokkee" Harl This is free software under the terms of the BSD license, see the source for copying conditions. There is NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // vim: set tw=78 sw=4 ts=4 noexpandtab spell spelllang=en_us :