You can enable packagingData when using the XML configuration, but this option is not available in the Groovy configuration.
logback.xml to logback.groovy translator should handle this option after it's added.
I also think that Groovy configuration manual chapter should mention the source file you can check to see the list of available operations (ConfigurationDelegate.groovy).
|