Skip to content

Commit

Permalink
trace level needed for test
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Nov 29, 2023
1 parent c8b0f0f commit ff96d7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions akka-projection-grpc-tests/src/it/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</logger>

<!-- One of the tests depend on these, don't change -->
<logger name="akka.projection.grpc" level="DEBUG" />
<logger name="akka.projection.grpc" level="TRACE" />
<logger name="akka.projection.r2dbc" level="DEBUG" />
<logger name="akka.persistence.r2dbc" level="DEBUG" />
<logger name="akka.persistence.typed" level="DEBUG" />
<logger name="akka.persistence.typed" level="TRACE" />

<!-- Silence some other stuff -->
<logger name="akka.actor.typed.pubsub" level="INFO" />
Expand Down

0 comments on commit ff96d7c

Please sign in to comment.