Skip to content

Commit

Permalink
chore: update log.info output to stdout. Fixes argoproj#884. (argopro…
Browse files Browse the repository at this point in the history
  • Loading branch information
whynowy authored Sep 25, 2020
1 parent 1df098d commit 8298cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/logging/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func NewArgoEventsLogger() *zap.SugaredLogger {
config = zap.NewProductionConfig()
}
// Config customization goes here if any
//
config.OutputPaths = []string{"stdout"}
logger, err := config.Build()
if err != nil {
panic(err)
Expand Down

0 comments on commit 8298cea

Please sign in to comment.