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