Commit c5c48a2
Dilyan Marinov
vdk-core: add log stacktrace flag
Why?
When we log the stack trace, we're logging exceptions that we've already
logged during execution. This increases the logs length by about 30%.
What?
Add flag that disables/enables logging the stack trace on exit code 1
How has this been tested?
Ran vdk locally with a failing data job
What type of change are you making?
Feature/non-breaking1 parent 5b4f07b commit c5c48a2
File tree
2 files changed
+10
-1
lines changed- projects/vdk-core/src/vdk/internal
- builtin_plugins/config
2 files changed
+10
-1
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
86 | 94 | | |
87 | 95 | | |
88 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
157 | 158 | | |
158 | 159 | | |
159 | 160 | | |
| |||
0 commit comments