Skip to content

vdk-core: add log stacktrace flag#2648

Merged
DeltaMichael merged 1 commit intomainfrom
person/mdilyan/log-stack-trace-flag
Sep 14, 2023
Merged

vdk-core: add log stacktrace flag#2648
DeltaMichael merged 1 commit intomainfrom
person/mdilyan/log-stack-trace-flag

Conversation

@DeltaMichael
Copy link
Copy Markdown
Contributor

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-breaking

@DeltaMichael DeltaMichael force-pushed the person/mdilyan/log-stack-trace-flag branch from 75d35b0 to 8b0d6b1 Compare September 11, 2023 11:37
@DeltaMichael DeltaMichael force-pushed the person/mdilyan/log-stack-trace-flag branch 2 times, most recently from 3125b82 to c5c48a2 Compare September 13, 2023 07:54
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-breaking
@DeltaMichael DeltaMichael force-pushed the person/mdilyan/log-stack-trace-flag branch from c5c48a2 to 3a48035 Compare September 13, 2023 12:24
@DeltaMichael DeltaMichael merged commit 41acdda into main Sep 14, 2023
@DeltaMichael DeltaMichael deleted the person/mdilyan/log-stack-trace-flag branch September 14, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants