Skip to content
Snippets Groups Projects
Commit 8a6ac3d4 authored by Chris Hines's avatar Chris Hines
Browse files

typo

parent fbedbfe7
No related branches found
No related tags found
2 merge requests!83was trying to get the tunnel based on the csrf-token header which is wrong. So...,!82was trying to get the tunnel based on the csrf-token header which is wrong. So...
Pipeline #55187 passed
......@@ -189,7 +189,7 @@ def mainserver(port=None):
from logging.handlers import TimedRotatingFileHandler
logger = logging.getLogger()
handler = TimedRotatingFileHandler(filename="/var/log/strudel2/tws.log",when='h',interval=24,backupCount=7)
formatter = logging.Formater("%(asctime)s %(levelname)s:%(process)s: %(message)s")
formatter = logging.Formatter("%(asctime)s %(levelname)s:%(process)s: %(message)s")
handler.setFormattter(formatter)
logger.addHandler(handler)
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment