File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 20
20
that file. Thanks to Alex Eftimie and Zoltan Toth-Czifra for the patches.
21
21
22
22
- The default value for the config file setting ``exitcodes=``, the expected
23
- successful exit codes of a program, has changed. In previous versions, it
24
- was ``0,2``. This caused issues with Golang programs where ``panic()``
25
- causes the exit code to be ``2``. The default value for ``exitcodes``
26
- is now ``0``.
23
+ exit codes of a program, has changed. In previous versions, it was ``0,2``.
24
+ This caused issues with Golang programs where ``panic()`` causes the exit
25
+ code to be ``2``. The default value for ``exitcodes`` is now ``0``.
27
26
28
27
- An undocumented feature where multiple ``supervisorctl`` commands could be
29
28
combined on a single line separated by semicolons has been removed.
You can’t perform that action at this time.
0 commit comments