Explorar el Código

Log http stuff at debug.

Chris McDonough hace 17 años
padre
commit
5f9e4f260b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/supervisor/http.py

+ 1 - 1
src/supervisor/http.py

@@ -759,7 +759,7 @@ def make_http_server(options, supervisord):
         def log(self, msg):
             if msg.endswith('\n'):
                 msg = msg[:-1]
-            options.logger.info(msg)
+            options.logger.debug(msg)
     wrapper = LogWrapper()
 
     family = options.http_port.family