diff --git a/main/run.go b/main/run.go index 4134fb64..f74085d8 100644 --- a/main/run.go +++ b/main/run.go @@ -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 (