Changeset 988 for vendor/current/docs-xml/smbdotconf/logging
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- Location:
- vendor/current/docs-xml/smbdotconf/logging
- Files:
-
- 2 added
- 1 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/docs-xml/smbdotconf/logging/debugclass.xml
r414 r988 1 1 <samba:parameter name="debug class" 2 2 context="G" 3 type="boolean" 4 developer="1" advanced="1" 3 type="boolean" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/logging/debughirestimestamp.xml
r414 r988 1 1 <samba:parameter name="debug hires timestamp" 2 2 context="G" 3 developer="1" 4 type="boolean" 3 type="boolean" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/logging/debugpid.xml
r414 r988 1 1 <samba:parameter name="debug pid" 2 2 context="G" 3 type="boolean" 4 developer="1" 3 type="boolean" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/logging/debugprefixtimestamp.xml
r414 r988 1 1 <samba:parameter name="debug prefix timestamp" 2 2 context="G" 3 developer="1" 4 type="boolean" 3 type="boolean" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/logging/debuguid.xml
r414 r988 1 1 <samba:parameter name="debug uid" 2 2 context="G" 3 type="boolean" 4 developer="1" 3 type="boolean" 5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/logging/ldapdebuglevel.xml
r414 r988 1 1 <samba:parameter name="ldap debug level" 2 3 4 developer="1" advanced="1"5 2 type="integer" 3 context="G" 4 handler="handle_ldap_debug_level" 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> 7 7 <para> … … 18 18 </para> 19 19 <para> 20 The debug ou put from the LDAP libraries appears with the20 The debug output from the LDAP libraries appears with the 21 21 prefix [LDAP] in Samba's logging output. 22 22 The level at which LDAP logging is printed is controlled by the -
vendor/current/docs-xml/smbdotconf/logging/ldapdebugthreshold.xml
r414 r988 1 1 <samba:parameter name="ldap debug threshold" 2 type="integer" 3 context="G" 4 developer="1" advanced="1" 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 2 type="integer" 3 context="G" 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> 7 6 <para> -
vendor/current/docs-xml/smbdotconf/logging/logfile.xml
r414 r988 1 1 <samba:parameter name="log file" 2 2 context="G" 3 type="string" 4 developer="1" advanced="1" 3 type="string" 4 function="logfile" 5 handler="handle_logfile" 5 6 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 7 <description> -
vendor/current/docs-xml/smbdotconf/logging/loglevel.xml
r414 r988 1 1 <samba:parameter name="log level" 2 2 type="string" 3 3 context="G" 4 developer="1" advanced="1"4 handler="handle_debug_list" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <synonym>debuglevel</synonym> … … 12 12 13 13 <para>This parameter has been extended since the 2.2.x 14 series, now it allows to specify the debug level for multiple14 series, now it allows one to specify the debug level for multiple 15 15 debug classes. This is to give greater flexibility in the configuration 16 16 of the system. The following debug classes are currently implemented: -
vendor/current/docs-xml/smbdotconf/logging/maxlogsize.xml
r414 r988 1 1 <samba:parameter name="max log size" 2 type="integer"2 type="bytes" 3 3 context="G" 4 developer="1" advanced="1"5 4 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 5 <description> -
vendor/current/docs-xml/smbdotconf/logging/syslog.xml
r414 r988 1 1 <samba:parameter name="syslog" 2 2 context="G" 3 4 de veloper="1" advanced="1"3 type="integer" 4 deprecated="1" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> … … 17 17 logging to log.[sn]mbd even if <emphasis>syslog only</emphasis> is enabled. 18 18 </para> 19 20 <para>The <smbconfoption name="logging"/> parameter should be used 21 instead. When <smbconfoption name="logging"/> is set, it 22 overrides the <smbconfoption name="syslog"/> parameter.</para> 19 23 </description> 20 24 <value type="default">1</value> -
vendor/current/docs-xml/smbdotconf/logging/syslogonly.xml
r414 r988 1 1 <samba:parameter name="syslog only" 2 2 context="G" 3 4 de veloper="1" advanced="1"3 type="boolean" 4 deprecated="1" 5 5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> 6 6 <description> … … 10 10 logging to log.[sn]mbd even if <emphasis>syslog only</emphasis> is enabled. 11 11 </para> 12 13 14 <para>The <smbconfoption name="logging"/> parameter should be used 15 instead. When <smbconfoption name="logging"/> is set, it 16 overrides the <smbconfoption name="syslog only"/> parameter.</para> 12 17 </description> 13 18 <value type="default">no</value>
Note:
See TracChangeset
for help on using the changeset viewer.