From 9c72dd78f25be4a7ffa5af5a242670ec76930d6f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 12 Mar 2005 22:34:38 +0000 Subject: Use new definition of , fixes a bunch of validity errors. (This used to be commit 3eb5c35e47951f320f7c2f4cd478a95f6d48236e) --- docs/Samba-HOWTO-Collection/Bugs.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'docs/Samba-HOWTO-Collection/Bugs.xml') diff --git a/docs/Samba-HOWTO-Collection/Bugs.xml b/docs/Samba-HOWTO-Collection/Bugs.xml index 0f8378993f..2fd313c257 100644 --- a/docs/Samba-HOWTO-Collection/Bugs.xml +++ b/docs/Samba-HOWTO-Collection/Bugs.xml @@ -80,36 +80,36 @@ detail, but may use too much disk space. -To set the debug level, use the log level in your +To set the debug level, use the in your &smb.conf;. You may also find it useful to set the log level higher for just one machine and keep separate logs for each machine. To do this, add the following lines to your main &smb.conf; file: -log level10 -log file/usr/local/samba/lib/log.%m -include/usr/local/samba/lib/smb.conf.%m +10 +/usr/local/samba/lib/log.%m +/usr/local/samba/lib/smb.conf.%m and create a file /usr/local/samba/lib/smb.conf.machine where machine is the name of the client you wish to debug. In that file put any &smb.conf; commands you want, for example -log level may be useful. This also allows you to + may be useful. This also allows you to experiment with different security systems, protocol levels and so on, on just one machine. -The &smb.conf; entry log level -is synonymous with the parameter debuglevel that has +The &smb.conf; entry +is synonymous with the parameter that has been used in older versions of Samba and is being retained for backward compatibility of &smb.conf; files. -As the log level value is increased, you will record +As the value is increased, you will record a significantly greater level of debugging information. For most debugging operations, you may not need a setting higher than 3. Nearly @@ -128,9 +128,9 @@ prepared for a large volume of log data. -log level0 tdb:3 passdb:5 auth:4 vfs:2 -max log size0 -log file/var/log/samba/%U.%m.log +0 tdb:3 passdb:5 auth:4 vfs:2 +0 +/var/log/samba/%U.%m.log -- cgit