[google-appengine] Re: logging seems be disabled in my app

2010-11-26 Thread keakon
I just deployed a version to stop all instances, and ran logging code in the Interactive Console, still no effect. I have to go bed now, hope it can be fixed before my getting up. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to

[google-appengine] Re: logging seems be disabled in my app

2010-11-26 Thread Oboero Admin
On Nov 26, 1:01 pm, 风笑雪 wrote: > I tried to locate a bug of my app using logging, but it seems nothing has > been logged in the dashboard. > > I've set to the lowest log level, and directly put the logging code in > main(), but still nothing logged: > > logging.getLogger().setLevel(logging.DEBUG

[google-appengine] Re: logging seems be disabled in my app

2010-11-26 Thread Cameron Henneke
Yes, I am experiencing this as well. At 9:52am Pacific today my app (id: etsybs) in production just stopped logging - all severity levels. There was no change on my part, no deployments made or anything else. I waited for two hours and still nothing. At that point I tried deploying a new version a

[google-appengine] Re: logging seems be disabled in my app

2010-11-26 Thread keakon
Unfortunately, logging in my app still not recovered. The latest logged message is 9 hours and 40 minutes ago(07:50AM displayed in the logs, I don't know what timezone). On Nov 27, 5:48 am, Cameron Henneke wrote: > Yes, I am experiencing this as well. > > At 9:52am Pacific today my app (id: etsy

[google-appengine] Re: logging seems be disabled in my app

2010-11-26 Thread Cameron Henneke
Actually, I mis-typed - my last logs were at 7:52am Pacific this morning. So it seems the same time as you, Keakon. However, just as they mysteriously disappeared, they have now reappeared after being gone for about 10 hours. Strange. -Cameron -- You received this message because you are subscr

[google-appengine] Re: logging seems be disabled in my app

2010-11-26 Thread pdknsk
Likewise. I've suddenly also been getting 500 errors, which I can't investigate since no error is in the logs. Quite frustrating. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegr

[google-appengine] Re: logging seems be disabled in my app

2010-11-27 Thread Sam G
Logging disabled in my app as well... along with the intermittent 500 errors on pages that should be working fine. On Nov 26, 8:30 pm, pdknsk wrote: > Likewise. I've suddenly also been getting 500 errors, which I can't > investigate since no error is in the logs. Quite frustrating. -- You recei

[google-appengine] Re: logging seems be disabled in my app

2010-11-28 Thread Philip
Logging does not work correctly for my dev app (id: d-crawl). There is already an issue, although it is very old everyone who is also affected should star it: http://code.google.com/p/googleappengine/issues/detail?id=3338 On Nov 28, 2:56 pm, Chris Copeland wrote: > Logging has ceased on two of m

[google-appengine] Re: logging seems be disabled in my app

2011-01-05 Thread skanberg
I don't see my log messages in my app. According to the documentation a simple System.out.println should produce a info log message. I have also tried java.util.logging.Logger but the log messages don't show up. I am looking at the correct requests. What is the problem? -- You received this messa

[google-appengine] Re: logging seems be disabled in my app

2011-01-05 Thread skanberg
That was the problem. Thanks for your help! /Fredrik On 5 Jan, 19:53, "Ikai Lan (Google)" wrote: > What do you have set in your logging.properties? You need to set the level - > by default it's set to WARN. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blogger:http://googl

[google-appengine] Re: logging seems be disabled in my app

2011-01-05 Thread yuvi
Is that on development in eclipse or GAE ? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.com. To unsubscribe from this group, send email to google-appengine+unsubscr...@g

Re: [google-appengine] Re: logging seems be disabled in my app

2010-11-28 Thread Chris Copeland
Logging has ceased on two of my apps as well. Last recorded entry was at 11/26/2010 at 07:52 PST just as others have indicated. On Sat, Nov 27, 2010 at 5:17 PM, Sam G wrote: > Logging disabled in my app as well... along with the intermittent 500 > errors on pages that should be working fine. >

Re: [google-appengine] Re: logging seems be disabled in my app

2010-11-30 Thread Chris Copeland
My log information has started showing up again for new requests (it is still missing for older ones). Is anyone else seeing this? On Sun, Nov 28, 2010 at 9:44 AM, Philip wrote: > Logging does not work correctly for my dev app (id: d-crawl). There is > already an issue, although it is very old

Re: [google-appengine] Re: logging seems be disabled in my app

2011-01-05 Thread Ikai Lan (Google)
What do you have set in your logging.properties? You need to set the level - by default it's set to WARN. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On W