bugsnag-python icon indicating copy to clipboard operation
bugsnag-python copied to clipboard

Support for level parameter in constructor

Open ForroKulcs opened this issue 4 years ago • 1 comments

Goal

logging.Handler supports level parameter. This change is to enable forwarding this value.

Design

level is introduced as first parameter as it is also the first parameter of logging.Handler

Changeset

constructor declaration was changed

Testing

manual local test was used

ForroKulcs avatar Dec 07 '20 07:12 ForroKulcs

Hi @ForroKulcs .

Thanks for the PR, this sounds like a good idea. We will review in due course.

johnkiely1 avatar Dec 11 '20 15:12 johnkiely1