We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49ad41 commit f6007ddCopy full SHA for f6007dd
.changeset/cli-logger-forwarding.md
@@ -0,0 +1,12 @@
1
+---
2
+'@walkeros/cli': patch
3
4
+
5
+Fix consistent logger forwarding across CLI commands
6
7
+- Remove duplicate `createCollectorLoggerConfig` from push command, import from
8
+ core
9
+- Fix simulate command to use `collector.push` instead of `elb()` (same pattern
10
+ as push)
11
+- Add logger forwarding to simulate command via `executeInNode`
12
+- Add logger forwarding to run command via `runFlow`
0 commit comments