I'm trying to download my app logs but I having some problems:

first:
here http://code.google.com/appengine/docs/python/tools/uploadinganapp.html
says:
"By default, the command downloads log messages from the current
calendar day (since midnight Pacific Time) with a log level of INFO or
higher (omitting DEBUG level messages)."


and in the appcfg help:
 --severity=SEVERITY   Severity of app-level log messages to get. The
range
                       is 0 (DEBUG) through 4 (CRITICAL). If omitted,
only
                       request logs are returned.


second:
with -n set to 0 I should get all available logs
"-n NUM_DAYS, --num_days=NUM_DAYS
                      Number of days worth of log data to get. The cut-
off
                      point is midnight UTC. Use 0 to get all
available
                      logs. Default is 1, unless --append is also
given;
                      then the default is 0."

what defines "available" here? It is certainly not all logs


How should I do it?
--~--~---------~--~----~------------~-------~--~----~
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-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to