pierrejeambrun commented on code in PR #30285: URL: https://github.com/apache/airflow/pull/30285#discussion_r1149710363
########## RELEASE_NOTES.rst: ########## @@ -455,8 +510,8 @@ Significant Changes Make ``RotatingFilehandler`` used in ``DagProcessor`` non-caching (#27223) """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" - 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``. (#27065) +In case you want to decrease cache memory when ``CONFIG_PROCESSOR_MANAGER_LOGGER=True``, and you have your local settings created before, Review Comment: Yes Jed cleaned the Release note to be more consistant. -- 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]
