The logs are logged via stackdriver through Stackdriver-logging api [Python]. The logs are viewed in the "Global" resource section. A sink is then created with a google cloud storage bucket [e.g. my-bucket] and the logs are exported.
Questions:
1) Where are these logs getting stored ?
2) How do I make the code resource specific, rather than the logs going to "Global" specific ?
3) Not able to see the exported logs in "my-bucket", but the sink is created under 'exports' tab ?
4) How to archive/purge logs in GCS using stackdriver ?