Mirror download job logs to stdout

This commit is contained in:
Dymas
2026-07-19 15:27:41 +02:00
parent 3f4baf21e8
commit ef2df14aab
8 changed files with 41 additions and 2 deletions
+4
View File
@@ -1,5 +1,9 @@
# Changelog
## 0.49.4 - 2026-07-19
- Added optional download job stdout mirroring with `ANI_CLI_WEB_JOB_STDOUT`, enabled by default in Docker and Docker Compose so container log collectors can capture downloader output.
## 0.49.3 - 2026-07-19
- Changed Docker builds to copy the current local `ani-cli-web` checkout into the image instead of cloning the configured remote branch, so rebuilt images include local Docker/runtime fixes immediately.