mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3: Make "debug hires timestamp" default to true
It does not cost much and can help a lot when debugging
This commit is contained in:
parent
a3553658bf
commit
ad6ee94950
@ -14,5 +14,5 @@
|
||||
</para>
|
||||
|
||||
</description>
|
||||
<value type="default">no</value>
|
||||
<value type="default">yes</value>
|
||||
</samba:parameter>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user