feat: Add JSON structured logging and fix mariadb-devel package name
All checks were successful
CI / build (push) Successful in 13s
CI / release (release) Successful in 11m54s

This commit is contained in:
2026-02-21 21:04:08 +13:00
parent 6d5cfc3110
commit 41d0f13ba8
3 changed files with 91 additions and 2 deletions

View File

@@ -47,6 +47,6 @@ crond -n &
exec python3 -m gunicorn \
--workers="${ARA_GUNICORN_WORKERS:-4}" \
--access-logfile - \
--logger-class json_logger.JsonLogger \
--bind "[::]:${ARA_PORT:-8000}" \
--access-logformat '%({x-forwarded-for}i)s %l %u %t "%r" %s %b "%f" "%a"' \
ara.server.wsgi