|
var Logger = log.NewNopLogger() |
This logger instance is erroneously used in various non-test code paths. Those references should be updated to use component-specific loggers or removed. Options to address logger instance itself:
- Remove the global instance
- Move to somewhere only accessible by tests