Hi Brian,

To view in the web interface, you can set the limit of logs records to be
displayed by appending the &limit argument on the URL, so the following
should work:

http://appengine.google.com/logs?&app_id=xxx&version_id=1.150&limit=10<http://appengine.google.com/logs?&app_id=brizzled&version_id=1.150&limit=10>

Also, instead of using sys.stderr you should use the standard python logging
module.

-Marzia

On Thu, Oct 23, 2008 at 9:54 AM, Marzia Niccolai <[EMAIL PROTECTED]> wrote:

> Hi Brian,
>
> It does seem like the size of your logs is too large for the logs page,
> which is probably due to the amount of information you are including in
> them.  Can you try and download the logs to your computer?  Use the
> request_logs functionality of appcfg.py (
> http://code.google.com/appengine/docs/appcfgpy.html).
>
> If you cut down on the amount you are logging, and re-upload your app, this
> page will eventually be viewable again. However, I'm investigating if
> anything else can be done in the meantime so that you can view this page.
>
> Thanks,
> Marzia
>
>
> On Thu, Oct 23, 2008 at 9:36 AM, Marzia Niccolai <[EMAIL PROTECTED]> wrote:
>
>> Hi Brian,
>>
>> I am looking in to it.  I'll get back to you with additional information.
>>
>> -Marzia
>>
>>
>> On Thu, Oct 23, 2008 at 6:03 AM, Brian Clapper <[EMAIL PROTECTED]>wrote:
>>
>>>
>>> Attempting to examine the logs for my AppEngine application today, I have
>>> consistently received a document containing nothing more than the
>>> following:
>>>
>>> HTTP response was too large: 1738540. The limit is: 1048576.
>>>
>>> Other than the obvious 1Mb ceiling being hit here, it's a little tough to
>>> diagnose the cause of the problem. Is this happening because my
>>> application is
>>> dumping out too many DEBUG-level log messages? (If so, what's the
>>> definition
>>> of "too many"?) Is there some other problem?
>>>
>>> Is anyone else seeing this?
>>>
>>> Application ID is "brizzled", for what it's worth.
>>>
>>> -Brian Clapper, [EMAIL PROTECTED]
>>>
>>> >>>
>>>
>>
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to