Reduce size of jenkins logs

Each build is now over 40mb logs.

A lot of DEBUG logging was left on for test failures that have been
fixed. Added an issue # for ones that are still valid or if if it on
as the test verifies debug
This commit is contained in:
Christopher Batey 2018-04-24 07:33:34 +01:00
parent 4b4a012250
commit 4d20b2a660
26 changed files with 20 additions and 38 deletions

View file

@ -19,8 +19,6 @@ class MultiDcSpecConfig(crossDcConnections: Int = 5) extends MultiNodeConfig {
commonConfig(ConfigFactory.parseString(
s"""
# DEBUG On for issue #23864
akka.loglevel = DEBUG
akka.cluster.multi-data-center.cross-data-center-connections = $crossDcConnections
""").withFallback(MultiNodeClusterSpec.clusterConfig))

View file

@ -15,7 +15,7 @@ object MultiDcLastNodeSpec extends MultiNodeConfig {
commonConfig(ConfigFactory.parseString(
s"""
#akka.loglevel = DEBUG
akka.loglevel = INFO
""").withFallback(MultiNodeClusterSpec.clusterConfig))
nodeConfig(first, second)(ConfigFactory.parseString(

View file

@ -23,7 +23,7 @@ object MultiDcSplitBrainMultiJvmSpec extends MultiNodeConfig {
commonConfig(ConfigFactory.parseString(
"""
akka.loglevel = DEBUG
akka.loglevel = DEBUG # issue #24955
akka.cluster.debug.verbose-heartbeat-logging = on
akka.cluster.debug.verbose-gossip-logging = on
akka.remote.netty.tcp.connection-timeout = 5 s # speedup in case of connection issue