diff options
| author | karnigen <karnigen@gmail.com> | 2024-05-03 01:34:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-03 01:34:58 +0200 |
| commit | bf5c2dfd67fac98868f86276504715ecfe1c369a (patch) | |
| tree | 3b6bd611f452156fab48201fe7c868536dcb3e2d /.gitignore | |
| parent | ad2914284e8ef5f59c410018415dbb8d574586f8 (diff) | |
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
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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* |
