herald.go
herald.go copied to clipboard
Need more options to control logging level.
Right now, a --debug option is supported. But we need to have more options to control the logging.
Some logging sites are Warn() or higher just to ensure messages show up in testing. Long term those logging sites will need to be adjusted downward to Info, Debug, Trace.