I'd like to download all my logs to a file with "appcfg.py".

I don't use app.yaml, but I wrote a very simple one:

"application: myAppId
version: 1
runtime: java"

I use this command:

python appcfg.py --append request_logs "app.yaml path"  logs.txt

And I always get:
Value 'java' for key runtime does not match expression '^python$' in
"app.yaml path", line 3, column 10

What should I do to download all my logs?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to