Clean logs in Google App Engine
google-app-engine, logging
Solution
Currently there is no way to delete logs for a specific version. But what you can do is to change the log retention to 0 days in the Applications Settings. That will remove your logs. Then you can change the log retention to the desired value.
Problem
I made a stress test on Google App Engine and now: Logs Stored Data says 82.77 GBytes How can I clean up the logs from that specific version? I tried to download with bash script but they remain. Is there a way to configure that I don't want to store logs more than the free quota? =============================================================================== UPDATE: the amount of money doesn't count in the daily cost .. Probably it's there just as an information ..