Skip to content

Commit

Permalink
Change gunicorn logging level to info for production
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Apr 25, 2024
1 parent ce7502c commit fa1646f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/misc/run_webserver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# DB Migration
flask db upgrade &>> /var/log/flask-migrate.log

gunicorn --chdir /opt/bbb-visio --bind 0.0.0.0:5000 --log-level warning --access-logfile /var/log/gunicorn-access.log --error-logfile /var/log/gunicorn-error.log wsgi:app
gunicorn --chdir /opt/bbb-visio --bind 0.0.0.0:5000 --log-level info --access-logfile /var/log/gunicorn-access.log --error-logfile /var/log/gunicorn-error.log wsgi:app

0 comments on commit fa1646f

Please sign in to comment.