mhart / gelf-stream

A node.js stream to send JS objects to a Graylog2 server (in GELF format)
Other
29 stars 13 forks source link

Bunyan Warn not mapping to gelf #2

Closed kayomarz closed 10 years ago

kayomarz commented 10 years ago

Bunyan's warn level doesn't map to the Gelf level.

I think function mapGelfLevel, uses gelfling.WARN instead of gelfling.WARNING.

Thanks for the library - It works great.

mhart commented 10 years ago

You're absolutely right, thanks for the report! Published as v0.2.3