Disable debug logging for supervisord

Ian Blenke 10 ans auparavant
Parent
Commettre
651c1aac8a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      docker/scripts/init

+ 0 - 1
docker/scripts/init

@@ -45,7 +45,6 @@ cat > /etc/supervisor/conf.d/supervisord.conf <<EOF
45 45
 nodaemon = true
46 46
 user = root
47 47
 stdout_logfile = AUTO
48
-loglevel = debug
49 48
 
50 49
 [unix_http_server]
51 50
 file=/var/run/supervisor.sock   ; (the path to the socket file)