AutomationDev85 opened a new pull request, #55455:
URL: https://github.com/apache/airflow/pull/55455

   # Overview
   
   We faced an issue that some workloads created huge log files which was 
filling up our log space. We are using the WasbTaskHandler and as the 
FileTaskHandler supports the max_bytes feature of the 
NonCachingRotatingFileHandler we would like to enable the WasbTaskHandler  to 
support the same feature as the FileTaskHandler. With this PR it is possible to 
set the same parameters to limit the log file size.
   
   # Details of change:
   * WasbTaskHandler calls constructor of FileTaskHandler with parameters to 
support the log file size limit.
   


-- 
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]

Reply via email to