I'm still fairly new to GCP, I wanted to setup bigquery logs for tracking llm/cloud function usage. From what I saw the best way to do this is to upgrade a bucket to observability analytics and connect it to a bigquery dataset. I ended up doing this on the _Default bucket since that's what someone had initially told me to do, but I'm starting to think this was a mistake because 1. I don't want to set inclusion/exclusion filters and lose default log data, and 2. following from 1 I don't want to incur extra charges for having a bunch of garbage log data sitting/being queried in bigquery. What are my options here? Am I kind of screwed after upgrading the default log bucket since I can't revert it? Can I just leave it as is and as long as I don't query it in the bigquery dataset I am fine? As long as I don't setup a sink from default to bigquery I am also fine?…