From 6a8f33d5b8252e7251b2aaa3d6ab1b98ac6e9db2 Mon Sep 17 00:00:00 2001 From: lulzette Date: Fri, 2 Jun 2023 00:11:00 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B8=D0=BD=D0=B8=20=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D1=81=20=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=82=D0=B0=20=D1=81?= =?UTF-8?q?=D0=BE=D0=BE=D0=B1=D1=89=D0=B5=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.py b/daemon.py index b5aa3a2..bd5a06d 100644 --- a/daemon.py +++ b/daemon.py @@ -13,7 +13,7 @@ import time import logging from logging.handlers import TimedRotatingFileHandler -log_format = logging.Formatter('%(asctime)s %(levelname)s:%(message)s') +log_format = logging.Formatter('%(asctime)s %(levelname)s - %(message)s') log_file = 'output.log' cfg_file = 'config.ini'