Skip to content

Commit

Permalink
chore: Increase buffer size for supervisor events to 10000 (#29030)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatagrawal committed Nov 22, 2023
1 parent 4cfbc94 commit 98c6fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/fs/etc/supervisor/supervisord.conf
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ files = %(ENV_SUPERVISORD_CONF_TARGET)s/*.conf
; Ref: https://github.com/coderanger/supervisor-stdout
[eventlistener:stdout]
command = supervisor_stdout
buffer_size = 100
buffer_size = 10000
events = PROCESS_LOG
result_handler = supervisor_stdout:event_handler

0 comments on commit 98c6fbe

Please sign in to comment.