logging rethink

* well lets replace f-strings by %s as it is originally recommended
* use syslog handler by default
This commit is contained in:
2021-08-17 00:23:34 +03:00
parent d3a00e1937
commit 2e89b9483f
13 changed files with 61 additions and 41 deletions

View File

@ -149,7 +149,6 @@ disable=print-statement,
too-few-public-methods,
too-many-instance-attributes,
broad-except,
logging-fstring-interpolation,
too-many-ancestors,
fixme,
too-many-arguments,