Log: Add microseconds for golang's standard logger

Completes 5679d717ee
This commit is contained in:
RPRX 2025-02-06 07:50:48 +00:00 committed by GitHub
parent c6a31f457c
commit 527caa3711
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 (