Hi All,
I created an App engine web app and made it available in June 2020, during June and July there were lots of hits and I added efficient logging in the code to track down issues.
I used to see the logs quite often, however today I realized that by default App Engine logs are stored in _Default (default bucket) and its Retention Period is 30 days only by default.
So, all my old logs of June and July are lost and I am not able to access them any more.
I also learnt, one can change this retention period of _Default bucket at a cost, which I did now to 365 days. However, I really want to retrieve my old logs of past months, even if it comes at a cost.
Is there a way ? I can get those back... I tried looking at this :
but not much helpful as it is not working for default , always says wrong location.
Please advice / help.