Skip to content

Commit

Permalink
Merge branch 'uwsgi-logging'
Browse files Browse the repository at this point in the history
  • Loading branch information
alastair committed Feb 11, 2021
2 parents 9824f07 + b7f6a38 commit 1c5fe8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/beta/uwsgi/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ callable = application
chdir = /code/
enable-threads = true
processes = 20
disable-logging = true
1 change: 1 addition & 0 deletions docker/prod/uwsgi/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ callable = application
chdir = /code/
enable-threads = true
processes = 20
disable-logging = true

0 comments on commit 1c5fe8e

Please sign in to comment.