summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/logging
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2015-01-09 15:13:37 -0700
committerChristof Schmitt <cs@samba.org>2015-03-23 21:22:11 +0100
commit409b5433d24e69a03d8638d4c65c8098539f078d (patch)
tree12bf8ca4a588003da51c6fd86d1baaf7ed0ca102 /docs-xml/smbdotconf/logging
parentf1f3804f6c9d835d30a4a1c6ddb3b1a47b26a7ae (diff)
downloadsamba-409b5433d24e69a03d8638d4c65c8098539f078d.tar.gz
param: Mark syslog and syslog_only as deprecated
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'docs-xml/smbdotconf/logging')
-rw-r--r--docs-xml/smbdotconf/logging/syslog.xml4
-rw-r--r--docs-xml/smbdotconf/logging/syslogonly.xml5
2 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/logging/syslog.xml b/docs-xml/smbdotconf/logging/syslog.xml
index e4722d8164f..f58a9a5f532 100644
--- a/docs-xml/smbdotconf/logging/syslog.xml
+++ b/docs-xml/smbdotconf/logging/syslog.xml
@@ -16,6 +16,10 @@
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>
+
+ <para>The <smbconfoption name="logging"/> parameter should be used
+ instead. When <smbconfoption name="logging"/> is set, it
+ overrides the <smbconfoption name="syslog"/> parameter.</para>
</description>
<value type="default">1</value>
</samba:parameter>
diff --git a/docs-xml/smbdotconf/logging/syslogonly.xml b/docs-xml/smbdotconf/logging/syslogonly.xml
index 0fe74713e2c..aec40c2431e 100644
--- a/docs-xml/smbdotconf/logging/syslogonly.xml
+++ b/docs-xml/smbdotconf/logging/syslogonly.xml
@@ -9,6 +9,11 @@
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>
+
+
+ <para>The <smbconfoption name="logging"/> parameter should be used
+ instead. When <smbconfoption name="logging"/> is set, it
+ overrides the <smbconfoption name="syslog only"/> parameter.</para>
</description>
<value type="default">no</value>
</samba:parameter>