sirupsen / logrus

Structured, pluggable logging for Go.
MIT License
24.79k stars 2.27k forks source link

Add custom level color functionality to TextFormatter #1405

Open TTy32 opened 1 year ago

TTy32 commented 1 year ago

There was no way to customize the log level colors themselves. I've added this functionality, hopefully as close as possible to general TextFormatter usage.