mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-16 13:00:39 +01:00
corrige bug log qui ne s'affiche pas dans la console
This commit is contained in:
2
start.sh
2
start.sh
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
echo "Démarrage du bot Discord..."
|
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
|
exec /app/venv/bin/python run-web.py 2>&1 | tee >(rotatelogs /app/logs/app.log.%Y%m%d-%H%M%S 50M)
|
||||||
Reference in New Issue
Block a user