We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b5ecb commit f7820b5Copy full SHA for f7820b5
supervisor.ini
@@ -9,13 +9,21 @@ autorestart = false
9
startretries=0
10
stdout_events_enabled = true
11
stderr_events_enabled = true
12
+stdout_logfile=/dev/stdout
13
+stdout_logfile_maxbytes=0
14
+stderr_logfile=/dev/stderr
15
+stderr_logfile_maxbytes=0
16
17
[program:nginx]
18
command = /usr/bin/start-nginx.sh
19
autorestart = false
20
21
22
23
24
25
26
27
28
[eventlistener:stdout]
29
command = supervisor_stdout
0 commit comments