We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb2c6e commit fa67382Copy full SHA for fa67382
log/log.go
@@ -13,7 +13,7 @@ var (
13
14
// Info generates debug lines of output with a "INFO" prefix.
15
// By default the lines are written to stdout.
16
- Info = &Logger{log.New(os.Stdout, "INFO ", log.LstdFlags)}
+ Info = &Logger{log.New(os.Stdout, "INFO ", log.LstdFlags|log.Lshortfile)}
17
)
18
19
// Logger is a wrapper for log.Logger and provides
0 commit comments