n-badtke-cg commented on code in PR #61853:
URL: https://github.com/apache/airflow/pull/61853#discussion_r2803774079


##########
scripts/docker/clean-logs.sh:
##########
@@ -20,7 +20,8 @@
 set -euo pipefail
 
 readonly DIRECTORY="${AIRFLOW_HOME:-/usr/local/airflow}"
-readonly RETENTION="${AIRFLOW__LOG_RETENTION_DAYS:-15}"
+readonly RETENTION_DAYS="${AIRFLOW__LOG_RETENTION_DAYS:-15}"
+readonly RETENTION_MINUTES="${AIRFLOW__LOG_RETENTION_MINUTES:-}"

Review Comment:
   > Since I’m still getting familiar with the Airflow docs structure, could 
you please point me to the preferred location for documenting Docker image 
environment variables?
   
   A quick code search for "log_retention_days" in the repo gave me this: 
https://github.com/search?q=repo%3Aapache%2Fairflow+log_retention_days&type=code



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