Skip to content
This repository has been archived by the owner on Aug 8, 2020. It is now read-only.

Add support for severity #9

Open
the21st opened this issue Mar 15, 2017 · 1 comment
Open

Add support for severity #9

the21st opened this issue Mar 15, 2017 · 1 comment

Comments

@the21st
Copy link

the21st commented Mar 15, 2017

ILoggingEvent.getLevel() is not reflected in the event sent to bugsnag. INFO level is reported as ERROR to bugsnag.

@SierraGolf
Copy link
Member

Hey, since I initially created this repository Bugsnag has updated its API. In order to support the severity an update to version 2 of the notifier API would be required. As far as I can see this is mostly about re-arranging fields and about adding support for some new fields like the severity.

I think a minimal effort to re-arrange existing properties and leaving out any optional properties would be fine for the first iteration.

About supporting severity, Bugsnag only supports info, warn and error. How would you handle/map the remaining levels, which are OFF, DEBUG, TRACE, ALL?

Pull requests are welcome!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants