sirupsen / logrus

Structured, pluggable logging for Go.
MIT License
24.3k stars 2.26k forks source link

Add custom level color functionality to TextFormatter #1405

Open TTy32 opened 8 months ago

TTy32 commented 8 months 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.