diff options
Diffstat (limited to 'docs/smbdotconf')
-rw-r--r-- | docs/smbdotconf/logging/syslog.xml | 3 | ||||
-rw-r--r-- | docs/smbdotconf/logging/syslogonly.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/docs/smbdotconf/logging/syslog.xml b/docs/smbdotconf/logging/syslog.xml index 1e968738e4..0e4c4ae2b8 100644 --- a/docs/smbdotconf/logging/syslog.xml +++ b/docs/smbdotconf/logging/syslog.xml @@ -13,7 +13,8 @@ <para> This parameter sets the threshold for sending messages to syslog. Only messages with debug - level less than this value will be sent to syslog. + level less than this value will be sent to syslog. There still will be some + logging to log.[sn]mbd even if <emphasis>syslog only<emphasis> is enabled. </para> </description> <value type="default">1</value> diff --git a/docs/smbdotconf/logging/syslogonly.xml b/docs/smbdotconf/logging/syslogonly.xml index e91970c6ff..a605e44d04 100644 --- a/docs/smbdotconf/logging/syslogonly.xml +++ b/docs/smbdotconf/logging/syslogonly.xml @@ -6,7 +6,8 @@ <description> <para> If this parameter is set then Samba debug messages are logged into the system - syslog only, and not to the debug log files. + syslog only, and not to the debug log files. There still will be some + logging to log.[sn]mbd even if <emphasis>syslog only<emphasis> is enabled. </para> </description> <value type="default">no</value> |