[top posting corrected]
From: Steve Holden
Date: Tue, 26 Jan 2010 11:54:23 -0500
Anyway, I suspect your error might go away if you turned the first
argument of hte log.info() call into a format string such as
log.info("refer: %s", ret)
try:
log.info("start")
log.info("refer",ret)
Hi,
Thats the output i got in output window.it is not listing the statement
which caused it. copy paste and try it on you setup. it behaves the same
way.
I know that error is in log.info() function call.but it is not caught by
"except". which is not getting logged using log.exception
Thanks
Sidd