<div dir="ltr">Hello,<div><br></div><div>  I am trying to modify loglevel withou result. I configure my app logging inside the tac file as:</div><div><br></div><div><div>logging.basicConfig(level=logging.ERROR, format="%(asctime)s --- %(name)s - %(levelname)s - %(message)s")</div>

<div>logfile = DailyLogFile("gdumper.log", "/var/log")</div><div>application.setComponent(ILogObserver, FileLogObserver(logfile).emit)</div></div><div><br></div><div>logging.basicConfig call seems do not apply as I get both log.msg and log.err messages into the log. Is there any other way to set up log level?</div>

<div><br></div><div>Regards</div></div>