Skip to content

Commit

Permalink
Write logs to stdout
Browse files Browse the repository at this point in the history
closes #85

---

Pull Request resolved: #89
commit_hash:34d88dd785f0167fee940ad7e1309b8866f4d1f4
  • Loading branch information
laskoviymishka authored and robot-piglet committed Nov 6, 2024
1 parent 146107d commit 3ac7f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/trcli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func main() {

func newLoggerConfig() zp.Config {
cfg := logger.DefaultLoggerConfig(zapcore.DebugLevel)
cfg.OutputPaths = []string{"stderr"}
cfg.OutputPaths = []string{"stdout"}
cfg.ErrorOutputPaths = []string{"stderr"}
return cfg
}
Expand Down

0 comments on commit 3ac7f03

Please sign in to comment.