From 4581142ac6d9523a20217e4bdce9a6c648143fae Mon Sep 17 00:00:00 2001 From: Eduard Date: Wed, 6 Aug 2025 11:12:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=BE=D0=BC=D0=B5=D1=80=D0=B0=20=D1=81=D1=82=D1=80=D0=BE?= =?UTF-8?q?=D0=BA=20=D0=B2=20=D0=BB=D0=BE=D0=B3=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- track.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/track.py b/track.py index 8699249..58abe28 100644 --- a/track.py +++ b/track.py @@ -3,7 +3,7 @@ import sys logging.basicConfig( level=logging.INFO, - format='%(asctime)s - %(name)s - %(levelname)s - %(message)s', + format='%(asctime)s - %(name)s:%(lineno)d - %(levelname)s - %(message)s', handlers=[ logging.FileHandler('app.log', encoding='utf-8'), logging.StreamHandler(sys.stdout)