1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

param: make 'timestamp logs' the default writing of 'debug timestamp'

This is how it used internally.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Michael Adam 2015-07-23 16:42:48 +02:00 committed by Jeremy Allison
parent e5ac180fbe
commit 179d715350
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,12 @@
<samba:parameter name="debug timestamp"
<samba:parameter name="timestamp logs"
context="G"
type="boolean"
function="timestamp_logs"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<synonym>timestamp logs</synonym>
<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
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>

View File

@ -1143,6 +1143,7 @@ struct parm_struct parm_table[] = {
.offset = GLOBAL_VAR(timestamp_logs),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_SYNONYM,
},
{
.label = "timestamp logs",