Skip to content

Commit

Permalink
stop being pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe committed Apr 10, 2024
1 parent 6c7fb91 commit f5a1022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impl/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import (
// @license.name Apache 2.0
// @license.url http://www.apache.org/licenses/LICENSE-2.0.html
func main() {
logrus.SetFormatter(&logrus.JSONFormatter{PrettyPrint: true})
logrus.SetFormatter(&logrus.JSONFormatter{})
logrus.SetReportCaller(true)
logrus.WithField("version", config.Version).Info("starting up")

Expand Down

0 comments on commit f5a1022

Please sign in to comment.