Commit 82effcb
refactor(workflow-executor): remove redundant level field from ConsoleLogger
console.log (info) vs console.error (error) already distinguishes the
level via stdout/stderr. The JSON level field is redundant — users who
need it can implement their own Logger.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 31cdb47 commit 82effcb
File tree
2 files changed
+3
-7
lines changed- packages/workflow-executor
- src/adapters
- test/adapters
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
15 | 11 | | |
16 | 12 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments