Re: Programmatic disabling/enabling loggers

2018-02-19 Thread Tungathurthi, Chandra Kiran Bharadwaj
Oh well, OFF might just work but, I'd have to remember the logging level for enabling it again :-/ On Fri, Feb 9, 2018 at 9:07 PM +0530, "Mike Kienenberger" mailto:mkien...@gmail.com>> wrote: Do you need to disable them or just change the logging level to OFF? On Fri, Feb 9, 2018 at 12:17

Re: Programmatic disabling/enabling loggers

2018-02-09 Thread Mike Kienenberger
Do you need to disable them or just change the logging level to OFF? On Fri, Feb 9, 2018 at 12:17 AM, Chandra wrote: > Guys, I have a requirement for the loggers to be disabled and enabled during > my runtime. I’m assuming this can be done by Filters somehow, will need to > check the doc. > > A

Programmatic disabling/enabling loggers

2018-02-08 Thread Chandra
Guys, I have a requirement for the loggers to be disabled and enabled during my runtime. I’m assuming this can be done by Filters somehow, will need to check the doc. Anyone has a better alternatives? Thanks, Best, Chandra