matt_cooley
01/23/2022, 4:27 AMstdout
). To do that I need to set the logging_config_class
config value to point at a Python logging config dict.
With a typical airflow installation I would add the dictionary in a file and set logging_config_class
= to the module path, but I’m getting turned around by the fact that the AIRFLOW_HOME
is in the virtual_env.
I tried setting logging_config_class=orchestrator.config.log_config.LOGGING_CONFIG
, but I get the error Command airflow version failed
. I’m guessing that’s becuase airflow can’t parse the module path. Any suggestions?