Change HTTP request logging from INFO to DEBUG
This commit is contained in:
parent
35ba165e0c
commit
1dab3dd07e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class Handler(http.server.BaseHTTPRequestHandler):
|
|||
self._handle("POST")
|
||||
|
||||
def log_message(self, format, *args):
|
||||
_log.info("[HTTP] " + format, args)
|
||||
_log.debug("[HTTP] " + format, args)
|
||||
|
||||
@utils.export("botset", {"setting": "rest-api",
|
||||
"help": "Enable/disable REST API",
|
||||
|
|
Loading…
Reference in a new issue