Skip to content

Commit

Permalink
Merge pull request #29039 from appsmithorg/hotfix/supervisord-buffer-…
Browse files Browse the repository at this point in the history
…size-increase

chore: hotfix: supervisord buffer size increase
  • Loading branch information
trishaanand authored Nov 23, 2023
2 parents c0b7540 + 98c6fbe commit f2b6dc7
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 f2b6dc7

Please sign in to comment.