The debug logging is pretty inflexible. It would be nice to be able to override the logging function, but at a minimum using log.Output vs creating a new standard logger would at least enable me to capture the data into our standard logging vs redirecting stdout.
The debug logging is pretty inflexible. It would be nice to be able to override the logging function, but at a minimum using
log.Outputvs creating a new standard logger would at least enable me to capture the data into our standard logging vs redirecting stdout.