feat(start.sh): stream Apache logs to console + startup polish

This commit is contained in:
Ryan
2025-10-07 22:14:28 -04:00
committed by GitHub
parent 3dd5a8664a
commit c717f8be60
2 changed files with 22 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## Changes 10/7/2025 (no new version)
feat(start.sh): stream Apache logs to console + startup polish
- Tail /var/www/metadata/log/{access,error}.log to container stdout (STREAM_LOGS=true by default)
- Ensure log/session dirs exist with sane perms; no port/vhost changes
- Keep Apache in foreground; clearer startup message
## Changes 10/6/2025 v1.3.15
feat/perf: large-file handling, faster file list, richer CodeMirror modes (fixes #48)