mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
Merge 'bindings/java: Implement custom logger ' from Kim Seon Woo
## Purpose of the PR - As bindings/java is just a library, we shouldn't have to add specific library dependency(such as slf4j) to itself - In order to load bindings/java to 3rd party software(such as Datagrip), we shouldn't provide a library with slf4j included ## Changes - Remove slf4j, logback dependency and files - Add custom logger implementation ## ETC We can now connect to Datagrip(but there are some errors though)  ## Reference [Issue](https://github.com/tursodatabase/limbo/issues/615) Closes #915
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<configuration>
|
||||
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
|
||||
<encoder>
|
||||
<pattern>%d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n</pattern>
|
||||
</encoder>
|
||||
</appender>
|
||||
|
||||
<root level="${LOG_LEVEL:-info}">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user