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 238ad37 commit 4bbaf49Copy full SHA for 4bbaf49
nix/workbench/backend/supervisor-conf.nix
@@ -63,6 +63,7 @@ let
63
logfile = "${stateDir}/supervisor/supervisord.log";
64
pidfile = "${stateDir}/supervisor/supervisord.pid";
65
strip_ansi = true;
66
+ loglevel = "error";
67
};
68
##
69
## [supervisorctl] Section Settings
0 commit comments