X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Flib%2Flogger.py;h=cab43fcfee6e7098fd8796c43b711f21f80db228;hb=37dd60538984a3917354b794a5c96b0a025f8e95;hp=b9b8b408ecfdc60ed34406870ab117882faf733c;hpb=4588df9c898a607a53072957a1ed829601dd0958;p=mpd-sima.git diff --git a/sima/lib/logger.py b/sima/lib/logger.py index b9b8b40..cab43fc 100644 --- a/sima/lib/logger.py +++ b/sima/lib/logger.py @@ -34,8 +34,6 @@ ERROR = logging.ERROR LOG_FORMATS = { DEBUG: '[{process}]{filename: >11}:{lineno: <3} {levelname: <7}: {message}', INFO: '{levelname: <7}: {message}', - #logging.DEBUG: '{asctime} {filename}:{lineno}({funcName}) ' - #'{levelname}: {message}', } DATE_FMT = "%Y-%m-%d %H:%M:%S"