diff options
-rw-r--r-- | docs-xml/smbdotconf/logging/debughirestimestamp.xml | 2 | ||||
-rw-r--r-- | source3/param/loadparm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs-xml/smbdotconf/logging/debughirestimestamp.xml b/docs-xml/smbdotconf/logging/debughirestimestamp.xml index 6f32bd593b..6cc7b71c98 100644 --- a/docs-xml/smbdotconf/logging/debughirestimestamp.xml +++ b/docs-xml/smbdotconf/logging/debughirestimestamp.xml @@ -14,5 +14,5 @@ </para> </description> -<value type="default">no</value> +<value type="default">yes</value> </samba:parameter> diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 049b5e928a..93be01783d 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -4984,7 +4984,7 @@ static void init_globals(bool first_time_only) Globals.bTimestampLogs = True; string_set(&Globals.szLogLevel, "0"); Globals.bDebugPrefixTimestamp = False; - Globals.bDebugHiresTimestamp = False; + Globals.bDebugHiresTimestamp = true; Globals.bDebugPid = False; Globals.bDebugUid = False; Globals.bDebugClass = False; |