Wizcorp / node-graylog2

Graylog2 client library for Node.js
Other
59 stars 36 forks source link

Fix handling arguments in log method #2

Closed awojcicki closed 11 years ago

awojcicki commented 11 years ago

According to documentation log method should handle following invocation: client.log('short message', {param: "value"}) but instead of sending additional field, JSON was treated like full message field.

ronkorving commented 11 years ago

Thanks for your contribution!