← Back to context Comment by post-it 10 hours ago Multiple levels of logging, all of which you want to capture but not all in the same place. 2 comments post-it Reply skydhash 9 hours ago Wasn't the idiomatic way the `-v` flag (repeated for verbosity). And then stderr for errors (maybe warning too). notpushkin 6 hours ago It is, and all logs should ideally go to stderr. But that doesn’t let you pipe them to different places.
skydhash 9 hours ago Wasn't the idiomatic way the `-v` flag (repeated for verbosity). And then stderr for errors (maybe warning too). notpushkin 6 hours ago It is, and all logs should ideally go to stderr. But that doesn’t let you pipe them to different places.
notpushkin 6 hours ago It is, and all logs should ideally go to stderr. But that doesn’t let you pipe them to different places.
Wasn't the idiomatic way the `-v` flag (repeated for verbosity). And then stderr for errors (maybe warning too).
It is, and all logs should ideally go to stderr. But that doesn’t let you pipe them to different places.