From 34603a1297ee244068cc49905e9bac6e09557a00 Mon Sep 17 00:00:00 2001 From: Schrolli Date: Tue, 30 Jun 2015 08:00:40 +0200 Subject: [PATCH] little Bug in last commit --- boswatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boswatch.py b/boswatch.py index 78b1592..051d623 100755 --- a/boswatch.py +++ b/boswatch.py @@ -92,7 +92,7 @@ try: myLogger = logging.getLogger() myLogger.setLevel(logging.DEBUG) # set log string format - formatter = logging.Formatter('%(asctime)s - %(module)-15s %(funcName)-15s [%(levelname)-8s] %-4ds %(message)s', '%d.%m.%Y %H:%M:%S') + formatter = logging.Formatter('%(asctime)s - %(module)-15s %(funcName)-15s [%(levelname)-8s] %(message)s', '%d.%m.%Y %H:%M:%S') # create a file logger fh = MyTimedRotatingFileHandler.MyTimedRotatingFileHandler(globals.log_path+"boswatch.log", "midnight", interval=1, backupCount=999) # Starts with log level >= Debug