mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
Fix debugger to print out INFO messages by default
This commit is contained in:
parent
51f0c9e8a3
commit
5d5261637b
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ lint_apply:
|
|||
./gradlew spotlessApply
|
||||
|
||||
test: lint build_test
|
||||
./gradlew test --info
|
||||
./gradlew test
|
||||
|
||||
build_test:
|
||||
CARGO_TARGET_DIR=src/test/resources/limbo cargo build
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
</encoder>
|
||||
</appender>
|
||||
|
||||
<root level="debug">
|
||||
<root level="${LOG_LEVEL:-info}">
|
||||
<appender-ref ref="STDOUT" />
|
||||
</root>
|
||||
</configuration>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue