Hi there, Just started playing around with logbook and was wondering what the correct way to alter verbosity based on a flag is?
I know how to setup the level when setting up logging for the application in the entry point, but how do I change the verbosity later (say based on an option selected by a user)? Would I try and grab the original Handler and alter it (how do I do that without a direct reference)? Would I modify the level on all my Logger objects? Again, how can I do that easily across an entire application. I did think of using a LoggerGroup, but it seemed counterintuitive as I cannot add loggers before they exist. Hmm. Feels like I am missing something! cheers, Martin -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
