Re: [Twisted-Python] Log level using Twistd

2014-05-04 Thread Juan Antonio Ibañez Santorum
Thank you Jean-Paul It works ok using the PythonLoggingObserver Regards 2014-04-30 13:55 GMT+02:00 : > On 08:57 am, juanito1...@gmail.com wrote: > >> Hello, >> >> I am trying to modify loglevel withou result. I configure my app logging >> inside the tac file as: >> > > You omitted the imports

Re: [Twisted-Python] Log level using Twistd

2014-04-30 Thread exarkun
On 08:57 am, juanito1...@gmail.com wrote: Hello, I am trying to modify loglevel withou result. I configure my app logging inside the tac file as: You omitted the imports necessary to interpret the example code with certainty but I'll make some guesses. Next time post a complete, self- co

[Twisted-Python] Log level using Twistd

2014-04-30 Thread Juan Antonio Ibañez Santorum
Hello, I am trying to modify loglevel withou result. I configure my app logging inside the tac file as: logging.basicConfig(level=logging.ERROR, format="%(asctime)s --- %(name)s - %(levelname)s - %(message)s") logfile = DailyLogFile("gdumper.log", "/var/log") application.setComponent(ILogObserv