diff --git a/ldapcherry/lclogging.py b/ldapcherry/lclogging.py index a9c1ca5..7816120 100644 --- a/ldapcherry/lclogging.py +++ b/ldapcherry/lclogging.py @@ -13,6 +13,7 @@ import logging import logging.handlers import cherrypy + # Custom log function to override weird error.log function # of cherrypy def syslog_error( @@ -70,5 +71,3 @@ def get_loglevel(level): return logging.CRITICAL else: return logging.INFO - -