Commit bcc11e8
committed
Fix lost application logs in plugin test scenarios
Capture both stdout and stderr in scenario.out by redirecting stderr
in run.sh. Previously only stdout was captured, but all 90+ scenarios
use SYSTEM_ERR in log4j2.xml. Also raise log level from WARN to INFO
for rocketmq scenarios to capture useful debug messages.1 parent 9f916fe commit bcc11e8
File tree
3 files changed
+3
-3
lines changed- test/plugin
- containers/jvm-container/src/main/docker
- scenarios
- rocketmq-5-grpc-scenario/src/main/resources
- rocketmq-scenario/src/main/resources
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments