log: fix syslog not respecting the configured log level

This commit is contained in:
Daniel Eklöf 2024-04-05 16:19:24 +02:00
parent 3cc94ab4e8
commit 4f1aaccf81
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 7 additions and 0 deletions

View file

@ -56,6 +56,10 @@
### Deprecated
### Removed
### Fixed
* Log-level not respected by syslog.
### Security
### Contributors