Hello, is someone already working on the documentation for this? I see slf4j-gossip was chosen, so we may enjoy colors in the output but how do you configure gossip? I only found how to influence the location of configuration files, but the format of these seems not to be documented.
Looking at e.g. http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html I see how to configure stuff. Or take a look at http://www.tinylog.org/configuration#level. I checked out gossip but did not find anything equivalent to the above. Is there a even possibility to influence single logger thresholds via System properties? Are the default file names I see for gossip the correct ones? I spent at least an hour but did not get my usecase working (i.e. do not show downloads and print duration in milliseconds). One of the more wanted logging features with Maven (at least here) is to quieten down Maven (i.e. only show WARN/ERROR) so non build-engineers are seeing test errors/failures more easily. And I am a bit afraid that 3.4.0 is doing too much (changed logger, changed resolutions etc.) I now just tried and set MAVEN_OPTS="-Dcom.planet57.gossip.Log.threshold=WARN -Dcom.planet57.gossip.Log.internalThreshold=WARN", but this did not help. Before I had variations of -Dcom.planet57.gossip.Gossip.LoggerImpl.threshold.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN but none of these did work. Regards Mirko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
