Skip to content

Commit

Permalink
designer logs in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Sep 26, 2024
1 parent d442dd3 commit 6a1a14e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ class DockerBasedInstallationExampleNuEnvironment(
"NUSSKNACKER_VERSION" -> nussknackerImageVersion
),
logConsumers = Seq(
ServiceLogConsumer("bootstrap-setup", new Slf4jLogConsumer(slf4jLogger))
ServiceLogConsumer("bootstrap-setup", new Slf4jLogConsumer(slf4jLogger)),
ServiceLogConsumer("designer", new Slf4jLogConsumer(slf4jLogger)),
),
waitingFor = Some(
WaitingForService(
Expand Down

0 comments on commit 6a1a14e

Please sign in to comment.