InsertKoinIO / koin

Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform
https://insert-koin.io
Apache License 2.0
9.09k stars 719 forks source link

fix(SLF4JLogger): add missing mapping for WARNING level #2026

Closed monosoul closed 1 week ago

monosoul commented 1 month ago

Atm some messages that supposed to be warnings (like definition overrides) are logged with ERROR level due to the missing mapping. This change addresses that.