mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
# The purpose of this PR - Current implementation forces users to use logback as their logging framework # Changes - Only add abstraction layer for loggin(which is slf4j in this case) - In tests, use logback to log out messages(this doesn't affect the users) # References https://github.com/tursodatabase/limbo/issues/615 Closes #863