mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-14 15:28:40 +00: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() {
|
func init() {
|
||||||
cmdRun.Run = executeRun // break init loop
|
cmdRun.Run = executeRun // break init loop
|
||||||
|
log.SetFlags(log.Ldate | log.Ltime | log.Lmicroseconds)
|
||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue