logging
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
2024-01-31 13:49:14 +01:00
parent 3852d78725
commit d82770158c
2 changed files with 2 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
gunicorn 'Run:app' --bind 0.0.0.0:8080 --log-level=info --workers=4
gunicorn 'Run:app' --bind 0.0.0.0:8080 --log-level=debug --workers=4