Skip to content

Commit

Permalink
Fix Settings once again
Browse files Browse the repository at this point in the history
Using dataclass as core class for our Settings container previously led to multiple problems in combination with a property we used for logging. This patch removes the dataclass dependency and uses simple init.

Furthermore, the logging level is changed to INFO as was reported that the warning level is cloaking the logging system too much.
  • Loading branch information
gutzbenj committed Sep 4, 2022
1 parent 99b34e9 commit 8f20b59
Show file tree
Hide file tree
Showing 5 changed files with 159 additions and 155 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -4,6 +4,10 @@ Changelog
Development
***********

- Use lxml.iterparse to reduce memory consumption when parsing DWD Mosmix files
- Fix Settings object instantiation
- Change logging level for Settings.cache_disable to INFO

0.42.1 (25.08.2022)
*******************

Expand Down

0 comments on commit 8f20b59

Please sign in to comment.