Skip to content

Commit

Permalink
Rename gunicorn logs to not clobber logs w/ same name
Browse files Browse the repository at this point in the history
  • Loading branch information
le717 committed Aug 17, 2021
1 parent 23a91c3 commit 0bd7ef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
_Unreleased_

- Escape link info on update
- Rename gunicorn logs to not clobber other logs with the same name

# 1.0.2

Expand Down
2 changes: 1 addition & 1 deletion run-app.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
gunicorn --bind 0.0.0.0:80 --workers 2 --log-level error --access-logfile /app/log/gunicorn.access.log --error-logfile /app/log/gunicorn.error.log wsgi:app
gunicorn --bind 0.0.0.0:80 --workers 2 --log-level error --access-logfile /app/log/webring.access.log --error-logfile /app/log/webring.error.log wsgi:app

0 comments on commit 0bd7ef2

Please sign in to comment.