...
| Table of Contents | ||||
|---|---|---|---|---|
|
Logging Configuration
GMaven uses SLF4j and uses the Gossip provider to allow for simple and flexible configuration of logging output.
...
| No Format |
|---|
mvn -Dgmaven.logging=TRACE |
Custom Logging Configuration
By default Gossip will use a reasonable default configuration. But if you feel like Maven is not spitting out enough information, or want to target the information displayed.
...
| No Format |
|---|
mvn groovy:providers -Dorg.codehaus.mojo.logging=DEBUG |
Internal Logging Configuration
Sometimes you might need to see how the Gossip SLF4J provider is getting configured. To show Gossip's internal logging configure the org.codehaus.groovy.maven.gossip.InternalLogger system property, as in:
...
