-
During build SDK will give a loty of info about environment but hide buid processes of individual components, is it possible to show contents of logs whenj the components are building? This is important for Gentoo packaging as it helps us with bug reporting SDK build errors since we can have much more info in 1 logfile (the main one). |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There are properties that can be passed to the build script to control the log output that's shown on the console.
On Fedora, we use this build invocation:
|
Beta Was this translation helpful? Give feedback.
-
Hello @omajid! Thanks a lot for your explaination. Could you please tell what the other properties in the command you use are for? and why |
Beta Was this translation helpful? Give feedback.
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 tofalse
to show component logs on the consoleLogVerbosityOptOut
can be set tofalse
to control what detail of information is loggedLogVerbosity
can be set toquiet
/minimal
/normal
/detailed
(more here) to control how much detail is displayed.On Fedora, we use this build invocation: