polds / logrus-papertrail-hook

Papertrail hook for Logrus - https://github.com/sirupsen/logrus
MIT License
12 stars 8 forks source link

New Trace log level in logrus #13

Open dgsb opened 5 years ago

dgsb commented 5 years ago

Hello, I'm just opening this issue to let you know, the next release of logrus (v1.2.0) will add a new trace level named Trace below Debug. Here is the PR for reference sirupsen/logrus#844 You may want to take into account this new level.

polds commented 5 years ago

Thanks for the heads up! I'll take a look.