Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
845 stars 63 forks source link

Fix: disabled FastDoubleParser debug logs overload in the tests #956

Closed Jolanrensen closed 1 day ago

Jolanrensen commented 4 days ago

Added testImplementation of slf4jSimple to :core so we can configure the logs.

Disabled FastDoubleParser debug logs for :core:test, except for FastDoubleParserTests

Jolanrensen commented 1 day ago

merged to fix annoying logs in other branches. Feel free to reopen the issue if this fix broke something else