gemnasium / logrus-graylog-hook

Graylog hook for logrus
MIT License
87 stars 63 forks source link

Gelf log level supposed to be syslog level #29

Open simbas opened 6 years ago

simbas commented 6 years ago

Hello,

Thanks you for this awesome hook!

We are facing a problem with log levels. When we log with logrus.info, the log level in graylog is 4 (warning in syslog) instead of 6.

Can we map the logrus level with syslog level before sending to graylog?