mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-29 18:08:31 +00:00
Remove default request logging
This commit is contained in:
parent
f39d90caa9
commit
e87ffeadb1
2 changed files with 8 additions and 1 deletions
|
@ -91,6 +91,12 @@ class HTTPSServer(HTTPServer):
|
|||
self.server_activate()
|
||||
|
||||
|
||||
class RequestHandler(wsgiref.simple_server.WSGIRequestHandler):
|
||||
"""HTTP requests handler."""
|
||||
def log_message(self, *args, **kwargs):
|
||||
"""Disable inner logging management."""
|
||||
|
||||
|
||||
class Application(object):
|
||||
"""WSGI application managing calendars."""
|
||||
def __init__(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue