Bowrna commented on code in PR #30452: URL: https://github.com/apache/airflow/pull/30452#discussion_r1158444521
########## docs/apache-airflow/howto/docker-compose/index.rst: ########## @@ -101,6 +101,7 @@ Some directories in the container are mounted, which means that their contents a - ``./dags`` - you can put your DAG files here. - ``./logs`` - contains logs from task execution and scheduler. +- ``./config`` - you can add custom log parser or add ``airflow_local_settings.py`` to configure cluster policy. Review Comment: oops i thought its missed out in documentation part alone. could i add that as part of the docker-compose.yml file too @potiuk ? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
