mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
179d715350
This is how it used internally. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
15 lines
538 B
XML
15 lines
538 B
XML
<samba:parameter name="timestamp logs"
|
|
context="G"
|
|
type="boolean"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<synonym>debug timestamp</synonym>
|
|
<description>
|
|
<para>
|
|
Samba debug log messages are timestamped by default. If you are running at a high
|
|
<smbconfoption name="debug level"/> these timestamps can be distracting. This
|
|
boolean parameter allows timestamping to be turned off.
|
|
</para>
|
|
</description>
|
|
<value type="default">yes</value>
|
|
</samba:parameter>
|