Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 319 Bytes

27065.misc.rst

File metadata and controls

1 lines (1 loc) · 319 Bytes

In case you want to decrease cache memory when CONFIG_PROCESSOR_MANAGER_LOGGER=True, and you have your local settings created before, you can update processor_manager_handler to use airflow.utils.log.non_caching_file_handler.NonCachingRotatingFileHandler handler instead of logging.RotatingFileHandler.