Open s2156945 opened 6 months ago
Logging at different levels allows quick adjustment of the tradeoff between filling up the disk and following what the code is doing.
Describe the solution you'd like https://betterstack.com/community/guides/logging/logging-in-go/
Describe alternatives you've considered Current code has things like "if config.logTrace {traceLog.Printf "blah"}"
Logging at different levels allows quick adjustment of the tradeoff between filling up the disk and following what the code is doing.
Describe the solution you'd like https://betterstack.com/community/guides/logging/logging-in-go/
Describe alternatives you've considered Current code has things like "if config.logTrace {traceLog.Printf "blah"}"