You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/26 22:39:35 UTC

[GitHub] [airflow] xelita commented on issue #19962: Unable to load custom logging from log_config.LOGGING_CONFIG due to No module named 'log_config'

xelita commented on issue #19962:
URL: https://github.com/apache/airflow/issues/19962#issuecomment-1022668548


   > Hi there,
   > 
   > I'm facing the same issue as @xelita . I want to implement custom logging based on the official documentation https://airflow.apache.org/docs/apache-airflow/stable/logging-monitoring/logging-tasks.html#advanced-configuration
   > 
   > Sure, for development it would be easier to test this locally without containers, but I will use the new logging configuration in a Kubernetes cluster and container based setup, which means the compose stack is just perfect to test it. I didn't modified the compose file, just added the config folder, and 2 files, based on the documentation, and setted a variable. This is not a change, it is an extension. So when we're using the same containers anywhere (docker, compose, Kubernetes), this issue will happen. I don't see why this is a compose related problem.
   > 
   > Summarizing: following the steps in the documentation leads to an error in the container startup. @xelita did you found a solution?
   
   No I have followed @potiuk recommendation and we are now using the official HELM chart to deploy Airflow which actually works fine.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org