Skip to content

Commit

Permalink
Update logging flags.
Browse files Browse the repository at this point in the history
Timestamp already enabled by etcd logger, so only add filename.
  • Loading branch information
fancycode committed Aug 31, 2020
1 parent 804e558 commit 18bfb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proxy/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const (
)

func main() {
log.SetFlags(log.Ldate | log.Ltime | log.Lmicroseconds | log.Lshortfile)
log.SetFlags(log.Lshortfile)
flag.Parse()

if *showVersion {
Expand Down

0 comments on commit 18bfb0d

Please sign in to comment.