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: implement config option for logging execution result #2831

Merged
merged 1 commit into from
Nov 15, 2023

Commits on Nov 15, 2023

  1. vdk-core: add config option for logging execution result

    Why?
    
    User reasearch indicates that the execution result is too verbose
    for local runs. Users don't expect a lot of output for successful
    jobs and expect error output for failing jobs.
    
    What?
    
    Introduce the LOG_EXECUTION_RESULT config option that enables/disables displaying the
    end result.
    
    How was this tested?
    
    Ran locally with successful and failing jobs
    Functional tests
    
    What kind of change is this?
    
    Feature/non-breaking
    
    Signed-off-by: Dilyan Marinov <mdilyan@vmware.com>
    Dilyan Marinov authored and DeltaMichael committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    27431f2 View commit details
    Browse the repository at this point in the history