n-badtke-cg commented on code in PR #61853:
URL: https://github.com/apache/airflow/pull/61853#discussion_r2803754574
##########
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?
I'm afraid to disappoint you there, I don't know it either currently. I am
not really familiar with the Airflow docs as well
--
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]