S allius/issue288 (#289)

* remove apostrophes from fmt strings

- thanks to @onkelenno for the suggestion

* improve the logger initializing

- don't overwrite the logging.ini settings if the
env variable LOG_LVL isn't well defined
- Thanks to @onkelenno for the idea to improve

* set default argument for LOG_LVL to INFO in docker files

* adapt unit test
This commit is contained in:
Stefan Allius
2025-02-23 14:17:57 +01:00
committed by GitHub
parent 113a41ebfe
commit ec3af69e62
6 changed files with 38 additions and 26 deletions

View File

@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
- Respect logging.ini file, if LOG_ENV isn't set well [#288](https://github.com/s-allius/tsun-gen3-proxy/issues/288)
- Remove trailing apostrophe in the log output [#288](https://github.com/s-allius/tsun-gen3-proxy/issues/288)
- Update AddOn base docker image to version 17.1.3 and python3 to 3.12.9-r0
- add initial DCU support
- update AddOn base docker image to version 17.1.2