Skip to content

Commit ba74e51

Browse files
publish relayer (#7)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9110df commit ba74e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/lmt/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func ConfigureLogger() {
2222
config = zap.NewProductionConfig()
2323
}
2424
config.Level.SetLevel(*logLevel)
25-
config.OutputPaths = []string{"stdout"}
25+
config.OutputPaths = []string{"stderr"}
2626
config.ErrorOutputPaths = []string{"stderr"}
2727

2828
logger, err := config.Build()

0 commit comments

Comments
 (0)