From af378f1b1faa1a7a1cf4a11a04607556db1d0f8f Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 6 Feb 2008 07:30:40 +0000 Subject: Add list of currently implemented debug classes. Karolin (This used to be commit cd8dd43c0d9ff66cada80f021196597310a07207) --- docs/smbdotconf/logging/loglevel.xml | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'docs/smbdotconf/logging/loglevel.xml') diff --git a/docs/smbdotconf/logging/loglevel.xml b/docs/smbdotconf/logging/loglevel.xml index afc52de632..d5562f42bb 100644 --- a/docs/smbdotconf/logging/loglevel.xml +++ b/docs/smbdotconf/logging/loglevel.xml @@ -7,15 +7,39 @@ The value of the parameter (a astring) allows the debug level (logging level) to be specified in the - smb.conf file. This parameter has been extended since the 2.2.x - series, now it allows to specify the debug level for multiple debug classes. This is to give greater - flexibility in the configuration of the system. + smb.conf file. - - The default will be the log level specified on the command line or level zero if none was specified. + This parameter has been extended since the 2.2.x + series, now it allows to specify the debug level for multiple + debug classes. This is to give greater flexibility in the configuration + of the system. The following debug classes are currently implemented: + + all + tdb + printdrivers + lanman + smb + rpc_parse + rpc_srv + rpc_cli + passdb + sam + auth + winbind + vfs + idmap + quota + acls + locking + msdfs + dmapi + registry + + +0 3 passdb:5 auth:10 winbind:2 -- cgit