Code

sysdb: Use a custom output format instead of pretty-printed JSON.
[sysdb.git] / doc / sysdbd-syslog.5.txt
index e40b0806cc103179880144cb65ac73ed4faf91b3..b1202956ff67c0821531df823eddfda813d4addf 100644 (file)
@@ -17,13 +17,19 @@ all log messages to it.
 
 CONFIGURATION
 -------------
-*syslog* does not currently accept any configuration options.
+*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: http://sysdb.io/
+The SysDB homepage: https://sysdb.io/
 
 AUTHOR
 ------