Re: Logging is not working When failure happens?

2013-01-06 Thread Thangappan M
Hi, Thanks for the direction given. I have added logger.info() statements in the LDAP class and found that, my python_ldap module installation having problem. Please add some log statements in the Exception ImportError. Currently the statement is 'pass' Also one more code change I have don

Re: Logging is not working When failure happens?

2013-01-03 Thread Christian Hammond
Hi, If logging is now working, and you're not seeing any logging failures, then we're not hitting any error cases in the logging module. To get more information, you'd have to add your own logging statements, in order to trace where things go wrong. If you feel comfortable at all doing this, you c

Re: Logging is not working When failure happens?

2013-01-03 Thread Thangappan M
I missed to enable debug in settings_local.py file. Now the logging is happening for the repository creation, and raising review request. but not for the LDAP authentication. LDAP log in is not working and no error or debug statement is printing in the log file. Also checked in the http

Re: Logging is not working When failure happens?

2013-01-03 Thread Christian Hammond
Hi, Are there any logs at all other than the rotation information in that file? Are you certain logging is turned on in settings? Is the log file's ownership set to allow the Apache server to write to it? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard