mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-04-02 21:36:16 +03:00
Log: Add microseconds for golang's standard logger
Completes 5679d717ee
This commit is contained in:
parent
c6a31f457c
commit
527caa3711
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue