jlewi / hydros

hydros automates hydrating and committing configuration
Apache License 2.0
4 stars 0 forks source link

Support logging to GCP directly #104

Closed jlewi closed 4 months ago

jlewi commented 4 months ago

We want to support the following logging configurations

This requires refactoring the logger so we can setup separate cores; one for the console and one for the json logger. We can then use a tee to log to both of them.