Re: What is the python agent info log location

2014-12-19 Thread Chamila De Alwis
Hi Udara, It seems the log_file handler is somehow dropped from the handlers list. I will commit the fix soon. Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Fri, Dec 19, 2014 at 2:13 PM, Udara Liyanage wrote: > > Hi, > > Please find the lo

Re: What is the python agent info log location

2014-12-19 Thread Udara Liyanage
Hi, Please find the loging config withing the instance. [formatters] keys=default [formatter_default] format=%(asctime)s:%(levelname)s:%(message)s class=logging.Formatter [handlers] keys=console, error_file [handler_console] class=logging.StreamHandler formatter=default args=tuple() [handler_

Re: What is the python agent info log location

2014-12-19 Thread Chamila De Alwis
Hi Udara, It might be something wrong with the logger configuration. I will look in to that. In the meanwhile, you can use the /tmp/agent.screen.log, as it contains every output from the agent process. Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.co

Re: What is the python agent info log location

2014-12-19 Thread Udara Liyanage
On Fri, Dec 19, 2014 at 1:21 PM, Chamila De Alwis wrote: > > Hi Udara, > > There should be an agent.log file alongside the error.log file. The other > location is the /tmp/agent.screen.log. > /tmp/agent.screen.log is there, however agent.log is not there. > > Regards, > Chamila de Alwis > Software

Re: What is the python agent info log location

2014-12-18 Thread Chamila De Alwis
Hi Udara, There should be an agent.log file alongside the error.log file. The other location is the /tmp/agent.screen.log. Regards, Chamila de Alwis Software Engineer | WSO2 | +94772207163 Blog: code.chamiladealwis.com On Fri, Dec 19, 2014 at 1:09 PM, Udara Liyanage wrote: > > Hi Chamila, >

What is the python agent info log location

2014-12-18 Thread Udara Liyanage
Hi Chamila, Earlier it was /var/log/apache/stratos . However it is not found in that location. I only find the error.log within agent folder. I see the below log config, however can not find agent.log. [handler_log_file] class=logging.FileHandler level=INFO formatter=default args=("agent.log", "w