toolisticon / avro-kotlin

Opionionated set of extension functions and helpers for using Apache Avro with Kotlin
https://avro-kotlin.toolisticon.io/stable/
Apache License 2.0
4 stars 0 forks source link

Fix slf4j logging setup in tests #67

Closed jangalinski closed 5 months ago

jangalinski commented 5 months ago

We get several

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

during the maven build. Verify and fix the slf4j-simple or logback setup.