mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-29 18:52:22 +01:00
supervisor can save more log
This commit is contained in:
parent
796f0a87ae
commit
e09b15daf0
@ -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
|
command=bundle exec rails s puma -p 3000 -b 0.0.0.0
|
||||||
stderr_logfile=/var/log/supervisor/app-stderr.log
|
stderr_logfile=/var/log/supervisor/app-stderr.log
|
||||||
stdout_logfile=/var/log/supervisor/app-stdout.log
|
stdout_logfile=/var/log/supervisor/app-stdout.log
|
||||||
|
stdout_logfile_maxbytes=50MB
|
||||||
|
stdout_logfile_backups=100
|
||||||
|
|
||||||
[program:worker]
|
[program:worker]
|
||||||
command=bundle exec sidekiq -C /usr/src/app/config/sidekiq.yml
|
command=bundle exec sidekiq -C /usr/src/app/config/sidekiq.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user