Skip to content

Commit 9d963c5

Browse files
committed
Silent JGroups transfer state protocol logs
Set level to error. As members can move on and leave as soon as the expected instance count is reached, the state transfer reference member can be unavailable, which translates to an unnecessary warning. References #282
1 parent 2d2d660 commit 9d963c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/performance-tool/resources/logback.xml

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77

88
${loggers}
99

10+
<logger name="org.jgroups.protocols.pbcast.STATE_TRANSFER" level="error" />
11+
1012
<root level="warn">
1113
<appender-ref ref="STDOUT" />
1214
</root>

0 commit comments

Comments
 (0)