1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-17 06:52:27 +01:00

supervisor can save more log

This commit is contained in:
Peng DU 2017-03-07 14:04:35 +01:00
parent 796f0a87ae
commit e09b15daf0

View File

@ -18,6 +18,8 @@ serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix
command=bundle exec rails s puma -p 3000 -b 0.0.0.0
stderr_logfile=/var/log/supervisor/app-stderr.log
stdout_logfile=/var/log/supervisor/app-stdout.log
stdout_logfile_maxbytes=50MB
stdout_logfile_backups=100
[program:worker]
command=bundle exec sidekiq -C /usr/src/app/config/sidekiq.yml