guzru / winston-sentry

Sentry transport for winston logger for node js
MIT License
82 stars 37 forks source link

Add support for custom logging levels #27

Closed zmln closed 8 years ago

zmln commented 8 years ago

Resolves #26

Peter-Barrett commented 8 years ago

Will you have a quick look at this PR https://github.com/guzru/winston-sentry/pull/25/files and set this._levels_map = options.levels_map above delete options, then delete it from options before they're passed to sentry? Looks good though 👍

shaharke commented 8 years ago

@adambiggs I think we can close this now right?

adambiggs commented 8 years ago

Yes, this is now possible using the levelsMap option.

shaharke commented 8 years ago

This is resolved by #30