Skip to content

Is it possible to show what is logged to artifacts/logs files also on stdout? #4082

Answered by omajid
xgqt asked this question in Q&A
Discussion options

You must be logged in to vote

There are properties that can be passed to the build script to control the log output that's shown on the console.

  • MinimalConsoleLogOutput can be set to false to show component logs on the console
  • LogVerbosityOptOut can be set to false to control what detail of information is logged
  • LogVerbosity can be set to quiet/minimal/normal/detailed (more here) to control how much detail is displayed.

On Fedora, we use this build invocation:

VERBOSE=1 ./build.sh \
    --release-manifest %{SOURCE5} \
    -- \
    /p:MinimalConsoleLogOutput=false \
    /p:ContinueOnPrebuiltBaselineError=true \
    /v:n \
    /p:LogVerbosity=n \

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by xgqt
Comment options

You must be logged in to vote
2 replies
@omajid
Comment options

@xgqt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants