is there a current method to do some multi-channel logging of an Symfony application running on Kubernetes in Google Cloud and having the log channel data collected in Googles Stackdriver?
I've found an older solution under Google Cloud Stackdriver and monolog Symfony but it seems to be a bit legacy regarding Symfony and Google Cloud library versions.
I need the multiple channels for context related logging and I'd like to have an easy filter mechanism in the Google Console Logging (if it's possible to do it this way) so my idea was to use the Monolog channels like I use it on local development environment or old-fashioned hosting projects.