From bf5c2dfd67fac98868f86276504715ecfe1c369a Mon Sep 17 00:00:00 2001 From: karnigen Date: Fri, 3 May 2024 01:34:58 +0200 Subject: Kgn/logging revamp (#2720) * update config files * rebase after electron remove * added toml to requirements * logging update * Unified use of the TOML format instead of INI [no ci] * Unified use of the TOML format instead of INI [no ci] * moving debug*.py to debug dir, moving some part for debugger [no ci] * use of alternate logging in some cases * updated debug logger [no ci] * logging update * updated notes * updated notes about logging * style check --- .gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 280120b4..4c1ba2c2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ __pycache__ *.zip *.tar.gz *.po +*.log dist/ build/ locales/ @@ -20,10 +21,15 @@ locales/ .DS_Store # debug and profile files -/DEBUG.ini +logs/ +/DEBUG.toml +/LOGGING.toml +/LOGGING[0-9]*.toml /debug* /.debug* -# old debug files + +# old debug files - to be removed +/DEBUG*.ini /DEBUG /PROFILE /profile* -- cgit v1.3.1