Code

sysdb: Use a custom output format instead of pretty-printed JSON.
[sysdb.git] / doc / sysdbd-syslog.5.txt
index 3709be60c43ba40cca5c4a8345cde7869bf60bab..b1202956ff67c0821531df823eddfda813d4addf 100644 (file)
@@ -1,7 +1,5 @@
 sysdbd-syslog(5)
 ================
-Sebastian "tokkee" Harl <sh@tokkee.org>
-version {package_version}, {build_date}
 :doctype: manpage
 
 NAME
@@ -19,15 +17,23 @@ 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
 --------
-*sysdbd*(1), *sysdbd.conf*(5)
+manpage:sysdbd[1], manpage:sysdbd.conf[5]
+
+The SysDB homepage: https://sysdb.io/
 
 AUTHOR
 ------
-sysdbd was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
+SysDB was written by Sebastian "tokkee" Harl <sh@tokkee.org>.
 
 COPYRIGHT
 ---------