Skip to content

Commit

Permalink
📦 v3.0.0b7
Browse files Browse the repository at this point in the history
  • Loading branch information
bertsky committed Nov 12, 2024
1 parent 0446b82 commit 53c4c18
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

## [3.0.0b7] - 2024-11-12

Fixed:
- `initLogging`: only add root handler instead of multiple redundant handlers with `propagate=false`
- `setOverrideLogLevel`: override all currently active loggers' level

Changed:
- :fire: logging: increase default root (not `ocrd`) level from `INFO` to `WARNING`
- :fire: `initLogging`: do not remove any previous handlers/levels, unless `force_reinit`
- :fire: `disableLogging`: remove all handlers, reset all levels - instead of being selective
- :fire: Processor: replace `weakref` with `__del__` to trigger `shutdown`
- :fire: `OCRD_MAX_PARALLEL_PAGES>1`: log via `QueueHandler` in subprocess, `QueueListener` in main

## [3.0.0b6] - 2024-10-30

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0b6
3.0.0b7

0 comments on commit 53c4c18

Please sign in to comment.