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:
parent
4b4a012250
commit
4d20b2a660
26 changed files with 20 additions and 38 deletions
|
|
@ -235,7 +235,6 @@ class ClusterSpec extends AkkaSpec(ClusterSpec.config) with ImplicitSender {
|
|||
akka.remote.artery.canonical.port = 0
|
||||
akka.coordinated-shutdown.terminate-actor-system = on
|
||||
akka.cluster.run-coordinated-shutdown-when-down = on
|
||||
akka.loglevel=DEBUG
|
||||
"""))
|
||||
try {
|
||||
val probe = TestProbe()(sys3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue