diff options
author | Herb Lewis <herb@samba.org> | 2007-03-13 17:40:17 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:28 -0500 |
commit | 8d291ef95061c56ce047a2c814adef5bcfe507db (patch) | |
tree | 01bbca4384f8db7387e905fe6e79395a087eb313 /docs/smbdotconf/logging | |
parent | a507c8f0c7d512aa2a18811ddc7ea0003eb3f3bb (diff) | |
download | samba-8d291ef95061c56ce047a2c814adef5bcfe507db.tar.gz samba-8d291ef95061c56ce047a2c814adef5bcfe507db.tar.bz2 samba-8d291ef95061c56ce047a2c814adef5bcfe507db.zip |
add documentation for debug prefix timestamp
fix missing tag close in printjobusername
(This used to be commit ea5c7f2258a7e5b6811719520a0a716cf49bc89b)
Diffstat (limited to 'docs/smbdotconf/logging')
-rw-r--r-- | docs/smbdotconf/logging/debugprefixtimestamp.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/smbdotconf/logging/debugprefixtimestamp.xml b/docs/smbdotconf/logging/debugprefixtimestamp.xml new file mode 100644 index 0000000000..62a6574613 --- /dev/null +++ b/docs/smbdotconf/logging/debugprefixtimestamp.xml @@ -0,0 +1,19 @@ +<samba:parameter name="debug prefix timestamp" + context="G" + developer="1" + type="boolean" + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> +<description> + <para> + With this option enabled, the timestamp message header is prefixed to the debug message without the + filename and function information that is included with the <smbconfoption name="debug timestamp"/> + parameter. This gives timestamps to the messages without adding an additional line. + </para> + + <para> + Note that this parameter overrides the <smbconfoption name="debug timestamp"/> parameter. + </para> + +</description> +<value type="default">no</value> +</samba:parameter> |