#1
|
|||
|
|||
How to propagate loglevel to child bld files?
Hi,
I would like to limit the amount of information / logs produced by my bld script to the console. I use Jenkins, so i would very much like to achieve a much smaller blueprint of logs. This is the command line i use for my continuous integration build: Code:
VisBuildcmd.exe Build.bld /loglevel vbldLogLevelError Now, when i have a child bld script that i call within Build.bld, /loglevel information is not propagated to that executing process, so i get a vbldLogLevelNormal verbosity from the child bld. How can i propagate /loglevel being parsed from the parent bld script, to child scripts? Thank you. Lee |
|
|