Hi team! How can I adjust the log level of the bui...
# ask-community
b
Hi team! How can I adjust the log level of the built-in logger? I would like to reduce the logs emitted by the dagit web server and grpc server. I tried providing
--code-server-log-level
but it does not seem to work (see screenshot). Also, may I ask what is the config
YAML
mentioned here.
s
Hi Bolin - the logs that you're seeing there are the daemon logs, and unfortunately I don't think we currently offer the ability to change the log level. We have an issue to track this: https://github.com/dagster-io/dagster/issues/4299.
b
Ah, thank you Sandy!