From 510064b14e8fddafe615f8c707023fcc3f84f094 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 10 Oct 2003 16:21:39 +0000 Subject: removing docs from HEAD (This used to be commit 820903ef5a062b4b9824c33ee035c68a39c8eeb0) --- .../smbdotconf/logging/debughirestimestamp.xml | 17 ----------------- docs/docbook/smbdotconf/logging/debuglevel.xml | 9 --------- docs/docbook/smbdotconf/logging/debugpid.xml | 19 ------------------- docs/docbook/smbdotconf/logging/debugtimestamp.xml | 14 -------------- docs/docbook/smbdotconf/logging/debuguid.xml | 17 ----------------- docs/docbook/smbdotconf/logging/logfile.xml | 14 -------------- docs/docbook/smbdotconf/logging/loglevel.xml | 18 ------------------ docs/docbook/smbdotconf/logging/maxlogsize.xml | 17 ----------------- docs/docbook/smbdotconf/logging/syslog.xml | 20 -------------------- docs/docbook/smbdotconf/logging/syslogonly.xml | 12 ------------ docs/docbook/smbdotconf/logging/timestamplogs.xml | 9 --------- 11 files changed, 166 deletions(-) delete mode 100644 docs/docbook/smbdotconf/logging/debughirestimestamp.xml delete mode 100644 docs/docbook/smbdotconf/logging/debuglevel.xml delete mode 100644 docs/docbook/smbdotconf/logging/debugpid.xml delete mode 100644 docs/docbook/smbdotconf/logging/debugtimestamp.xml delete mode 100644 docs/docbook/smbdotconf/logging/debuguid.xml delete mode 100644 docs/docbook/smbdotconf/logging/logfile.xml delete mode 100644 docs/docbook/smbdotconf/logging/loglevel.xml delete mode 100644 docs/docbook/smbdotconf/logging/maxlogsize.xml delete mode 100644 docs/docbook/smbdotconf/logging/syslog.xml delete mode 100644 docs/docbook/smbdotconf/logging/syslogonly.xml delete mode 100644 docs/docbook/smbdotconf/logging/timestamplogs.xml (limited to 'docs/docbook/smbdotconf/logging') diff --git a/docs/docbook/smbdotconf/logging/debughirestimestamp.xml b/docs/docbook/smbdotconf/logging/debughirestimestamp.xml deleted file mode 100644 index 4e49b89ddb..0000000000 --- a/docs/docbook/smbdotconf/logging/debughirestimestamp.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - Sometimes the timestamps in the log messages - are needed with a resolution of higher that seconds, this - boolean parameter adds microsecond resolution to the timestamp - message header when turned on. - - Note that the parameter - debug timestamp must be on for this to have an - effect. - - Default: debug hires timestamp = no - - diff --git a/docs/docbook/smbdotconf/logging/debuglevel.xml b/docs/docbook/smbdotconf/logging/debuglevel.xml deleted file mode 100644 index 622fbf21a2..0000000000 --- a/docs/docbook/smbdotconf/logging/debuglevel.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Synonym for - log level. - - diff --git a/docs/docbook/smbdotconf/logging/debugpid.xml b/docs/docbook/smbdotconf/logging/debugpid.xml deleted file mode 100644 index ff393f5159..0000000000 --- a/docs/docbook/smbdotconf/logging/debugpid.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - When using only one log file for more then one forked - smbd - 8-process there may be hard to - follow which process outputs which message. This boolean parameter - is adds the process-id to the timestamp message headers in the - logfile when turned on. - - Note that the parameter - debug timestamp must be on for this to have an - effect. - - Default: debug pid = no - - diff --git a/docs/docbook/smbdotconf/logging/debugtimestamp.xml b/docs/docbook/smbdotconf/logging/debugtimestamp.xml deleted file mode 100644 index e337b5b8f2..0000000000 --- a/docs/docbook/smbdotconf/logging/debugtimestamp.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - Samba debug log messages are timestamped - by default. If you are running at a high - debug level these timestamps - can be distracting. This boolean parameter allows timestamping - to be turned off. - - Default: debug timestamp = yes - - diff --git a/docs/docbook/smbdotconf/logging/debuguid.xml b/docs/docbook/smbdotconf/logging/debuguid.xml deleted file mode 100644 index bcacdf32c0..0000000000 --- a/docs/docbook/smbdotconf/logging/debuguid.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - Samba is sometimes run as root and sometime - run as the connected user, this boolean parameter inserts the - current euid, egid, uid and gid to the timestamp message headers - in the log file if turned on. - - Note that the parameter - debug timestamp must be on for this to have an - effect. - - Default: debug uid = no - - diff --git a/docs/docbook/smbdotconf/logging/logfile.xml b/docs/docbook/smbdotconf/logging/logfile.xml deleted file mode 100644 index 8d3761a841..0000000000 --- a/docs/docbook/smbdotconf/logging/logfile.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - This option allows you to override the name - of the Samba log file (also known as the debug file). - - This option takes the standard substitutions, allowing - you to have separate log files for each user or machine. - - Example: log file = /usr/local/samba/var/log.%m - - diff --git a/docs/docbook/smbdotconf/logging/loglevel.xml b/docs/docbook/smbdotconf/logging/loglevel.xml deleted file mode 100644 index 6f03fe80e9..0000000000 --- a/docs/docbook/smbdotconf/logging/loglevel.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - 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 allow to specify the debug - level for multiple debug classes. This is to give greater - flexibility in the configuration of the system. - - The default will be the log level specified on - the command line or level zero if none was specified. - - Example: log level = 3 passdb:5 auth:10 winbind:2 - - diff --git a/docs/docbook/smbdotconf/logging/maxlogsize.xml b/docs/docbook/smbdotconf/logging/maxlogsize.xml deleted file mode 100644 index 6e0ec6735a..0000000000 --- a/docs/docbook/smbdotconf/logging/maxlogsize.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - This option (an integer in kilobytes) specifies - the max size the log file should grow to. Samba periodically checks - the size and if it is exceeded it will rename the file, adding - a .old extension. - - A size of 0 means no limit. - - Default: max log size = 5000 - - Example: max log size = 1000 - - diff --git a/docs/docbook/smbdotconf/logging/syslog.xml b/docs/docbook/smbdotconf/logging/syslog.xml deleted file mode 100644 index 0fdf070045..0000000000 --- a/docs/docbook/smbdotconf/logging/syslog.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - This parameter maps how Samba debug messages - are logged onto the system syslog logging levels. Samba debug - level zero maps onto syslog LOG_ERR, debug - level one maps onto LOG_WARNING, debug level - two maps onto LOG_NOTICE, debug level three - maps onto LOG_INFO. All higher levels are mapped to - LOG_DEBUG. - - This parameter sets the threshold for sending messages - to syslog. Only messages with debug level less than this value - will be sent to syslog. - - Default: syslog = 1 - - diff --git a/docs/docbook/smbdotconf/logging/syslogonly.xml b/docs/docbook/smbdotconf/logging/syslogonly.xml deleted file mode 100644 index 2b584d8d6d..0000000000 --- a/docs/docbook/smbdotconf/logging/syslogonly.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - If this parameter is set then Samba debug - messages are logged into the system syslog only, and not to - the debug log files. - - Default: syslog only = no - - diff --git a/docs/docbook/smbdotconf/logging/timestamplogs.xml b/docs/docbook/smbdotconf/logging/timestamplogs.xml deleted file mode 100644 index e744ce54c6..0000000000 --- a/docs/docbook/smbdotconf/logging/timestamplogs.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Synonym for - debug timestamp. - - -- cgit