log verbosity
ngamber opened this issue · 2 comments
ngamber commented
Would be nice to have configurable log levels, in a relatively unused system we're seeing 100MB+/hr of logs that are just
...sending batch
... batch received
would be nice to lower it down to just warnings or errors.
jamiealquiza commented
Recent change adds -verbose
flag to polymur-proxy (defaults to true
as to not impact existing, default behavior) that currently defines whether or not non-error batch info is logged
jamiealquiza commented
Closing with interim fix until logging rewritten