Skip to content

Instantly share code, notes, and snippets.

@micheleorsi
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save micheleorsi/6885efd5fda61a57f8c9 to your computer and use it in GitHub Desktop.
Save micheleorsi/6885efd5fda61a57f8c9 to your computer and use it in GitHub Desktop.
Crontab for export Google App Engine logs
# run every 10 minutes
*/10 * * * * $GAE_PATH/appcfg.py -A <application-name> -V <release-name> -M <module> --oauth2 --include_all --append -n 1 request_logs $LOG_PATH`date +\%y-\%m-\%d`-log.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment