Is there a command line way to set log level when ...
# ask-community
b
Is there a command line way to set log level when we execute a job like
dagster job execute --log-level info ...
?
🤖 1
s
Hi Bala, There is no “direct” way-- you have to specify it in the run config like here: https://docs.dagster.io/concepts/logging/loggers#configuring-built-in-loggers And then you can do
dagster job execute --config /path/to/config.yaml ...
If you think a CLI option would be useful, please open an issue.
ty spinny 1