From bc9961cfe5317943a3fbc09525435a69a3aa7bec Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 11 Apr 2026 02:48:15 +0000 Subject: [PATCH] fix: remove dynamic gunicorn logging config generator from init script Agent-Logs-Url: https://github.com/rommapp/romm/sessions/bdfc3221-ba18-445d-9cf7-f4b495e82577 Co-authored-by: gantoine <3247106+gantoine@users.noreply.github.com> --- docker/init_scripts/init | 43 ---------------------------------------- 1 file changed, 43 deletions(-) diff --git a/docker/init_scripts/init b/docker/init_scripts/init index 2d8300d7a..f9d493160 100755 --- a/docker/init_scripts/init +++ b/docker/init_scripts/init @@ -93,49 +93,6 @@ start_bin_gunicorn() { # cleanup potentially leftover socket rm /tmp/gunicorn.sock -f - # Generate gunicorn logging config with the configured log level. - # Note: this file is auto-generated at startup; do not modify /etc/gunicorn/logging.conf directly. - cat >/etc/gunicorn/logging.conf <