mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Removing log override
This commit is contained in:
parent
df21f2b962
commit
f00784d9dd
2 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@ directory=/srv/newsblur
|
||||||
user=sclay
|
user=sclay
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
redirect_stderr=True
|
# redirect_stderr=True
|
||||||
stdout_logfile=/srv/newsblur/logs/newsblur.log
|
# stdout_logfile=/srv/newsblur/logs/newsblur.log
|
||||||
priority=991
|
priority=991
|
||||||
stopsignal=HUP
|
stopsignal=HUP
|
||||||
|
|
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -756,7 +756,7 @@ def setup_gunicorn(supervisor=True, restart=True):
|
||||||
put('config/supervisor_gunicorn.conf', '/etc/supervisor/conf.d/gunicorn.conf', use_sudo=True)
|
put('config/supervisor_gunicorn.conf', '/etc/supervisor/conf.d/gunicorn.conf', use_sudo=True)
|
||||||
sudo('supervisorctl reread')
|
sudo('supervisorctl reread')
|
||||||
if restart:
|
if restart:
|
||||||
restart_gunicorn()
|
sudo('supervisorctl update')
|
||||||
# with cd(env.VENDOR_PATH):
|
# with cd(env.VENDOR_PATH):
|
||||||
# sudo('rm -fr gunicorn')
|
# sudo('rm -fr gunicorn')
|
||||||
# run('git clone git://github.com/benoitc/gunicorn.git')
|
# run('git clone git://github.com/benoitc/gunicorn.git')
|
||||||
|
|
Loading…
Add table
Reference in a new issue