Currently there is no way to modify base severity level of a LoggingHandler. Logs with the same severity with the base could be more efficiently sent to Stackdriver.
Some ideas:
- Do nothing.
The level the handler is set to is probably the most chatty anyway.
- Give it its own config param.
- Create
setBaseLevel method.
This requires us to make bundling a little more resilient first.
Currently there is no way to modify base severity level of a
LoggingHandler. Logs with the same severity with the base could be more efficiently sent to Stackdriver.Some ideas:
The level the handler is set to is probably the most chatty anyway.
setBaseLevelmethod.This requires us to make bundling a little more resilient first.