-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
Using Job DSL, I would like to obtain this XML:
<net.praqma.logging.LoggingTarget>
<level>ALL</level>
<name>net.praqma</name>
<logLevel>-2147483648</logLevel>
</net.praqma.logging.LoggingTarget>
but run into 2 issues:
1) target level 'ALL' does not seem to be supported
2) target has no child element to specify logLevel. Instead, it seems to get a default value
The workaround for now is to use the Job DSL configure block.