From 1ad8d28bd1f3b6fac12b66a9bb5853f4c018c343 Mon Sep 17 00:00:00 2001 From: sky Date: Sun, 14 Sep 2025 03:27:22 +0200 Subject: [PATCH] corrige bug log qui ne s'affiche pas dans la console --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index addc44c..6b18e42 100644 --- a/start.sh +++ b/start.sh @@ -1,4 +1,4 @@ #!/bin/sh echo "Démarrage du bot Discord..." -exec /app/venv/bin/python run-web.py 2>&1 | rotatelogs /app/logs/app.log.%Y%m%d-%H%M%S 50M \ No newline at end of file +exec /app/venv/bin/python run-web.py 2>&1 | tee >(rotatelogs /app/logs/app.log.%Y%m%d-%H%M%S 50M) \ No newline at end of file