On Nov 26, 2010, at 4:11 PM, Jonathan Lundell wrote: > > I'm not sure why you're logging at the debug level, unless that's the way the > GAE installation defaults. Notice that if there's no logging.conf, we rely on > logging.basicConfig() for initialization (see main.py). Perhaps we should add > level=logging.WARNING or the like to the basicConfig() call (you might > experiment with that before you install logging.conf and see what happens; it > might make a good patch).
Google says that they're permanently set at debug level, and you should use the console log viewing filter to determine what you see. Strange. http://books.google.com/books?id=6cL_kCZ4NJ4C&pg=PA94&lpg=PA94&dq=google+app+engine+default+log-level+python&source=bl&ots=sIkaT_PXip&sig=kAWLO4_Xe5bO7uQPKpBbOS6mRVs&hl=en&ei=MoHxTMPiDYu0sAOct-SmCw&sa=X&oi=book_result&ct=result&resnum=8&sqi=2&ved=0CFUQ6AEwBw#v=onepage&q&f=false

