Skip to content

Commit

Permalink
Gradle debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
prdoyle committed Jul 3, 2024
1 parent 06c6463 commit c41dee0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-java@v4
with:
Expand Down
1 change: 1 addition & 0 deletions lib-testing/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<!-- This emits warnings that matter in production but not in tests -->
<logger name="works.bosk.drivers.mongo.UninitializedCollectionException" level="ERROR"/>

<logger name="works.bosk.dereferencers" level="DEBUG"/>
<!-- How to add more tracing during unit tests
<logger name="works.bosk.drivers.mongo" level="DEBUG"/>
<logger name="works.bosk.drivers.DriverConformanceTest" level="DEBUG"/>
Expand Down

0 comments on commit c41dee0

Please sign in to comment.