go-playground / log

:green_book: Simple, configurable and scalable Structured Logging for Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to change or disable log levels

Chiiruno opened this issue · comments

Being able to disable or change the log levels for a handler is important for projects which may rely on toggle-able features.

Related: bakape/meguca#730

I had plans for this sort of thing in the future, I guess the timetable just got pushed up though.

this may take me a bit to get to, please be patient.

Thank you very much!

Hey @Chiiruno I've finally got around to making this functionality available in Release v6.4.0

it not supports Go modules and was upgraded to use the latest go-plyground/errors package

let me know how it goes 😄