Closed
Description
Hello,
I'm using the instructions here to send Python logging
module logs to Stackdriver. Thanks for making this so easy! However, doing this naively seems to make all logs from potentially many jobs/VMs/etc. get merged together in the Stackdriver UI. When I filter to e.g. a specific VM, none of the logs show up (screenshot) --
65ED
I have to set the filtering to "Global" to see them (screenshot). Am I doing something wrong?
Also, what about logging things like files, line numbers, etc.? Is this possible? Does Stackdriver respect formatting I apply using the Python logging API? What about automatic links to files in connected code repos etc. -- any info available on that?
Thanks!