Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
d80tb7 committed Aug 23, 2023
1 parent 651e3e6 commit f3a46e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/common/startup.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ func readEnvironmentLogFormat() log.Formatter {
CallerPrettyfier: func(frame *runtime.Frame) (function string, file string) {
fileName := path.Base(frame.File) + ":" + strconv.Itoa(frame.Line)
return "", fileName
}}
},
}

switch strings.ToLower(formatStr) {
case "json":
Expand Down

0 comments on commit f3a46e3

Please sign in to comment.