]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Indicate facility utilized at syslog v1.1.2
authorpcarana <pc.moreno2099@gmail.com>
Fri, 8 Nov 2019 22:00:54 +0000 (16:00 -0600)
committerpcarana <pc.moreno2099@gmail.com>
Fri, 8 Nov 2019 22:00:54 +0000 (16:00 -0600)
docs/logging.md

index a3c98ad55bd5b7f3c99b2a8c49547f47cc1d97ca..16e8c5e36f12ea59758b93b066127185442278ed 100644 (file)
@@ -19,7 +19,7 @@ FORT validator logging can be configured using the arguments:
 During the brief period in which configuration has not been completely parsed yet (and therefore, the validator is not yet aware of the desired log output), the standard streams and syslog are used simultaneously.
 
 Once the configuration has been loaded, all the log messages will be printed at the configured {{ page.url-log-output }}, which can have two values:
-- `syslog`: all logging is sent to syslog.
+- `syslog`: all logging is sent to syslog, using **LOG_DAEMON** facility.
 - `console`: informational and debug messages are printed in standard output, error and critical messages are thrown to standard error.
 
 > Syslog configuration and usage is out of this docs scope, here's a brief introduction from [Wikipedia](https://en.wikipedia.org/wiki/Syslog). You can do some research according to your prefered OS distro to familiarize with syslog, since distinct implementations exists (the most common are: syslog, rsyslog, and syslog-ng).
@@ -52,4 +52,4 @@ The flag {{ page.url-log-color-output }} is only meaningful when {{ page.url-log
 
 ## Log file name format
 
-The flag {{ page.url-log-file-name-format }} defines how the file names will be printed at the logs output, see more details at [Program Arguments > Arguments > --log.file-name-format](usage.html#--logfile-name-format).
\ No newline at end of file
+The flag {{ page.url-log-file-name-format }} defines how the file names will be printed at the logs output, see more details at [Program Arguments > Arguments > --log.file-name-format](usage.html#--logfile-name-format).