Skip to content

Commit

Permalink
Fix logging timeout issue (#2678)
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Jul 19, 2024
1 parent e589956 commit 2364b4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bag_tracker/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
<logger name="io.netty" level="ERROR"/>
<logger name="com.amazonaws" level="WARN"/>
<logger name="software.amazon.awssdk" level="WARN"/>

<!-- Disable DEBUG logs from the MemoryVersionedStore class because the `it("can store a very large bag")` test
makes it log 100,000 items, which causes timeout issues -->
<logger name="weco.storage.store.memory.MemoryVersionedStore" level="INFO"/>
</configuration>

0 comments on commit 2364b4f

Please sign in to comment.