Log Level of Events I'm logging to Google Cloud L...
# ask-community
s
Log Level of Events I'm logging to Google Cloud Logging using a custom logger associated with each job, which allows me to monitor dagster using dashboard and alerts in Google Cloud Monitoring. I'd like to be able to capture certain dagster events in Google Cloud Logging, like
RUN_SUCCESS
, but these appear to be logged at the
DEBUG
log level. I could lower the log level of my custom logger to
DEBUG
, but I don't want to capture
DEBUG
logging in general. I there a way to elevate the log level of dagster events from
DEBUG
to
INFO
?
j
It’s not currently an option, I’ll create an issue. It’s configured here if you’d like to PR 🙂 https://github.com/dagster-io/dagster/blob/2cb0bd08c4dfdd34484cb1a13cba52e8ab599adf/python_modules/dagster/dagster/core/events/__init__.py#L218
👍 1
@Dagster Bot issue Configure log level of system events
d