Log level for wildfly cargo container

118 Views Asked by At

I am using maven cargo container to deploy wildfly and run some test.

<container.groupId>org.wildfly</container.groupId>
<container.artifactId>wildfly-dist</container.artifactId>
<container.version>17.0.1.Final</container.version>

I want to change the default log level because default is to verbose. How can i do that?

0

There are 0 best solutions below