Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vdk-core: add log stacktrace flag #2648

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

DeltaMichael
Copy link
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 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
9 checks passed
@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.

None yet

4 participants