goinggo/tracelog

Dynamically change log levels

Opened this issue · 1 comments

nr17 commented

A facility to dynamically change the log levels will be desirable.

Hi, I just saw this issue. Sorry, I was not ignoring you :(. If I expose that functionality, then I will have to mutex every write call against the potential re-setting of the log level. I could add a RWMutex to the code which should handle it. Do you still need this functionality?