mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-02-07 01:59:24 +03:00
Log: Add microseconds for golang's standard logger
Completes 5679d717ee
This commit is contained in:
parent
c6a31f457c
commit
527caa3711
@ -45,6 +45,7 @@ The -dump flag tells Xray to print the merged config.
|
||||
|
||||
func init() {
|
||||
cmdRun.Run = executeRun // break init loop
|
||||
log.SetFlags(log.Ldate | log.Ltime | log.Lmicroseconds)
|
||||
}
|
||||
|
||||
var (
|
||||
|
Loading…
x
Reference in New Issue
Block a user