Skip to content

Commit 4bbaf49

Browse files
committed
try: prevent supervisord from spamming stderr with python deprecation warnings
1 parent 238ad37 commit 4bbaf49

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/workbench/backend/supervisor-conf.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ let
6363
logfile = "${stateDir}/supervisor/supervisord.log";
6464
pidfile = "${stateDir}/supervisor/supervisord.pid";
6565
strip_ansi = true;
66+
loglevel = "error";
6667
};
6768
##
6869
## [supervisorctl] Section Settings

0 commit comments

Comments
 (0)