Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 7a5002c

Browse files
committed
wip
1 parent 51b1e42 commit 7a5002c

File tree

1 file changed

+1
-1
lines changed
  • integrateion-test/src/sbt-test/bootstrap-demo/kubernetes-api/src/main/scala/foo

1 file changed

+1
-1
lines changed

integrateion-test/src/sbt-test/bootstrap-demo/kubernetes-api/src/main/scala/foo/DemoApp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ object DemoApp extends App {
2525
log.info(s"Started [$system], cluster.selfAddress = ${cluster.selfAddress}")
2626

2727
val settings = ClusterBootstrapSettings(system.settings.config, log)
28-
log.info(s"portName: ${settings.contactPointDiscovery.portName}")
28+
sys.error(s"portName: ${settings.contactPointDiscovery.portName}")
2929

3030
//#start-akka-management
3131
AkkaManagement(system).start()

0 commit comments

Comments
 (0)