x-cray / logrus-prefixed-formatter

Logrus Prefixed Log Formatter
MIT License
199 stars 107 forks source link

Optionally disable the uppercasing of log levels #14

Closed kisonecat closed 7 years ago

kisonecat commented 7 years ago

With colors enabled, the capitalized log levels are a bit aggressive. The DisableUppercase option optionally disables this.

x-cray commented 7 years ago

Please add an entry to README.

kisonecat commented 7 years ago

I have added the DisableUppercase flag to the README.

x-cray commented 7 years ago

Thanks