Zim

Comment 8 for bug 562111

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote : Re: [Bug 562111] Re: [0.46] [Win32]: "No handlers could be found for logger 'zim.fs'"

On Tue, May 25, 2010 at 4:36 PM, Brendan Kidwell <email address hidden> wrote:
> So what should we do about all these non-fatal errors? Can we configure
> the logger to just shut up about warnings unless the user provides a
> command line switch turning them on?

Sure you can set the logging level to ERROR and warnings will not be
shown. Would like to do this only when compiling the executable, not
by default.

Check the code for -V and -D which set the logging level to INFO and DEBUG.

-- Jaap