Disable debug logging for supervisord

Ian Blenke 10 年之前
父節點
當前提交
651c1aac8a
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)