Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit 21cb686

Browse files
committed
Less C* logging
1 parent ee90375 commit 21cb686

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

integration-tests/src/test/resources/logback-test.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
<appender-ref ref="STDOUT"/>
2424
</root>
2525

26-
<logger name="com.thinkaurelius.thrift" level="ERROR"/>
27-
2826
<logger name="org.jboss.weld" level="WARN"/>
2927

3028
<logger name="org.wildfly" level="WARN"/>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<rpcPort>${cassandra.rpcPort}</rpcPort>
199199
<stopPort>${cassandra.stopPort}</stopPort>
200200
<storagePort>${cassandra.storagePort}</storagePort>
201-
201+
<logLevel>low</logLevel>
202202
<systemPropertyVariables>
203203
<log4j.configurationFile>${project.build.directory}/test-classes/log4j2-test.xml</log4j.configurationFile>
204204
</systemPropertyVariables>

0 commit comments

Comments
 (0)