ephraimbuddy commented on code in PR #30285: URL: https://github.com/apache/airflow/pull/30285#discussion_r1149651177
########## 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: Why these changes on previous release notes? I think the indentation here is for a release cc @jedcunningham -- 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]
