You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO - Running Cleanup Process...
[2024-09-07, 00:00:09 UTC] {subprocess.py:93} INFO - Executing Find Statement: find /opt/airflow/logs/*/* -type f -mtime +40
[2024-09-07, 00:00:10 UTC] {subprocess.py:93} INFO - environment: line 25: /usr/bin/find: Argument list too long
The log cleanup fails with error
Apparently this is due to line
airflow-maintenance-dags/log-cleanup/airflow-log-cleanup.py
Line 178 in fe592a5
where
should be replaced by
following this link
The text was updated successfully, but these errors were encountered: