Set LogLevel for Axis used by Custom Task

Hi,

My custom task uses Bob Swift’s JiraSoapService which uses axis to communicate with jira. The log level for axis is debug which is chattier than I’d like.

What’s the standard approach to controlling log level for dependencies of a gradle task? do, I just add a log4j.xml file within my reousrces folder? Is there a doc on this kind of thing?

Thanks

Peter