| commit | 6fb4f90b87001c238d48401816f142576f718973 | [log] [tgz] | 
|---|---|---|
| author | Piotr P. Karwasz <piotr.github@karwasz.org> | Sun Aug 18 07:13:34 2024 +0200 | 
| committer | Piotr P. Karwasz <piotr@github.copernik.eu> | Mon Aug 26 12:01:09 2024 +0200 | 
| tree | 16c5767794380637224f5391bec165ee0b56009b | |
| parent | 615092bc9c4101ccd642fafc7562166c8eb029e6 [diff] | 
Disable level modification via JUL by default This PR switches the default JUL `LoggerAdapter` from `CoreLoggerAdapter` to `ApiLoggerAdapter`. Level mutators in the `java.util.logging.Logger` interface will be disabled by default, unless users reenable them explicitly. Closes #2353.