Skip to content

Commit

Permalink
Merge branch 'master' into readme-update
Browse files Browse the repository at this point in the history
  • Loading branch information
cplee authored Feb 19, 2019
2 parents 07242b8 + c2c6535 commit a225d72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const (
func newActionLogger(actionName string, dryrun bool) *logrus.Entry {
logger := logrus.New()
logger.SetFormatter(formatter)
logger.SetOutput(os.Stdout)
logger.SetLevel(logrus.GetLevel())
rtn := logger.WithFields(logrus.Fields{"action_name": actionName, "dryrun": dryrun})
return rtn
Expand Down

0 comments on commit a225d72

Please sign in to comment.