From 5a3eddc7b94aac34fa3e482a3b3da5711a8a9ff6 Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Fri, 9 Jan 2015 14:21:32 -0700 Subject: param: Add new 'logging' parameter This parameter allows to configure multiple backends at the same time. Signed-off-by: Christof Schmitt Reviewed-by: Amitay Isaacs --- docs-xml/smbdotconf/logging/logging.xml | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs-xml/smbdotconf/logging/logging.xml (limited to 'docs-xml') diff --git a/docs-xml/smbdotconf/logging/logging.xml b/docs-xml/smbdotconf/logging/logging.xml new file mode 100644 index 00000000000..f888c4623e8 --- /dev/null +++ b/docs-xml/smbdotconf/logging/logging.xml @@ -0,0 +1,37 @@ + + + + This parameter configures logging backends backends. Multiple + backends can be specified at the same time, with different log + levels for each backend. The parameter is a list of backends, + where each backend is specified as backend[:option][@loglevel]. + + The 'option' parameter can be used to pass backend-specific + options. + + The log level for a backend is optional, if it is not set for + a backend, all messages are sent to this backend. The parameter + determines overall log levels, + while the log levels specified here define what is sent to the + individual backends. + + When is set, it overrides the + and parameters. + + Some backends are only available when Samba has been compiled + with the additional libraries. The overall list of logging backends: + + + syslog + file + + + + +syslog@1 file + -- cgit v1.2.1