Skip to content

Commit

Permalink
easy readable output
Browse files Browse the repository at this point in the history
  • Loading branch information
foosinn committed Apr 29, 2019
1 parent 96a5d53 commit abc81a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ var (

func main() {
// configuration
log.SetFormatter(&log.TextFormatter{ForceColors: true})
err := envconfig.Process("plugin", &c)
if err != nil {
log.Fatal(err.Error())
Expand Down

0 comments on commit abc81a2

Please sign in to comment.