From 4e8f0918239411965e0d0b462f924f6d33a7b3b9 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Thu, 17 Sep 2020 15:00:58 +1000 Subject: [PATCH] typo --- tes/tes_wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tes/tes_wsgi.py b/tes/tes_wsgi.py index 009bc28..bd001bf 100644 --- a/tes/tes_wsgi.py +++ b/tes/tes_wsgi.py @@ -1,5 +1,5 @@ import logging -FORMAT = "[%(asctime)s %(levelname):%(process)s %(filename)s:%(lineno)s - %(funcName)20s() ] %(message)s" +FORMAT = "[%(asctime)s %(levelname)s:%(process)s %(filename)s:%(lineno)s - %(funcName)20s() ] %(message)s" logging.basicConfig(filename="/var/log/strudel2/tes.log",format=FORMAT) logger=logging.getLogger() logger.setLevel(logging.DEBUG) -- GitLab