rcrowe / Raven

Send to Sentry in the background
34 stars 13 forks source link

Logging level setting + bug in level handling #1

Closed ux-engineer closed 10 years ago

ux-engineer commented 10 years ago

Hi,

Could you please implement logging levels. What level and up should get logged. Now I'm getting them all

And there seems to be a bug that each Log::info() is on the level "error" in Sentry's UI...

rcrowe commented 10 years ago

I had left this out on the initial release, it's annoying me as well :)

I'll take a look at the bug and implement logging levels for the next release.

ux-engineer commented 10 years ago

Ok thanks!

rcrowe commented 10 years ago

I'm in the process of fixing this in the feature/0.2.0 branch

rcrowe commented 10 years ago

So this is all done in 0.2.0 which I'll release shortly

ux-engineer commented 10 years ago

Great to hear, thanks! :+1: