Skip to content

Commit

Permalink
Adjust log flags
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Apr 14, 2021
1 parent fd49f6b commit 0481a57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ var (
)

func main() {
log.SetFlags(log.Lshortfile)

listenAddress := kingpin.Flag(
"web.listen-address",
"Address on which to expose metrics and web interface.",
Expand Down

0 comments on commit 0481a57

Please sign in to comment.