Re: Reducing Surefire Logging output.

2016-07-27 Thread Ian Boston
On 27 July 2016 at 10:03, Robert Munteanu wrote: > On Wed, 2016-07-27 at 09:58 +0100, Ian Boston wrote: > > Hi, > > Yes, this is the command when I got those numbers > > > > mvn -q > > -Dmaven.surefire.debug="-Dorg.slf4j.simpleLogger.defaultLogLevel=warn > > -Dorg.apache.sling.commons.log.level=W

Re: Reducing Surefire Logging output.

2016-07-27 Thread Robert Munteanu
On Wed, 2016-07-27 at 09:58 +0100, Ian Boston wrote: > Hi, > Yes, this is the command when I got those numbers > > mvn -q > -Dmaven.surefire.debug="-Dorg.slf4j.simpleLogger.defaultLogLevel=warn > -Dorg.apache.sling.commons.log.level=WARN" clean install > -DHttpTestBase.readyTimeoutSeconds=300 -Pin

Re: Reducing Surefire Logging output.

2016-07-27 Thread Ian Boston
Hi, Yes, this is the command when I got those numbers mvn -q -Dmaven.surefire.debug="-Dorg.slf4j.simpleLogger.defaultLogLevel=warn -Dorg.apache.sling.commons.log.level=WARN" clean install -DHttpTestBase.readyTimeoutSeconds=300 -PintegrationTests 2>&1 | egrep -v "^\W*at|DEBUG|WARN|INFO|REGISTER|\*

Re: Reducing Surefire Logging output.

2016-07-27 Thread Robert Munteanu
On Tue, 2016-07-26 at 16:48 +0100, Ian Boston wrote: > Hi, > > On 26 July 2016 at 16:27, Robert Munteanu wrote: > > > On Tue, 2016-07-26 at 16:24 +0100, Ian Boston wrote: > > > Hi, > > > On the command line that doesnt appear to do anything. > > > > > > cd bundles/commons/classloader > > > mvn

Re: Reducing Surefire Logging output.

2016-07-26 Thread Ian Boston
Hi, On 26 July 2016 at 16:27, Robert Munteanu wrote: > On Tue, 2016-07-26 at 16:24 +0100, Ian Boston wrote: > > Hi, > > On the command line that doesnt appear to do anything. > > > > cd bundles/commons/classloader > > mvn -q > > -Dmaven.surefire.debug="-Dorg.slf4j.simpleLogger.defaultLogLevel=wa

Re: Reducing Surefire Logging output.

2016-07-26 Thread Robert Munteanu
On Tue, 2016-07-26 at 16:24 +0100, Ian Boston wrote: > Hi, > On the command line that doesnt appear to do anything. > > cd bundles/commons/classloader > mvn -q > -Dmaven.surefire.debug="-Dorg.slf4j.simpleLogger.defaultLogLevel=warn > -Dorg.apache.sling.commons.log.level=WARN > -Dorg.ops4j.pax.logg

Re: Reducing Surefire Logging output.

2016-07-26 Thread Ian Boston
Hi, On the command line that doesnt appear to do anything. cd bundles/commons/classloader mvn -q -Dmaven.surefire.debug="-Dorg.slf4j.simpleLogger.defaultLogLevel=warn -Dorg.apache.sling.commons.log.level=WARN -Dorg.ops4j.pax.logging.DefaultServiceLog.level=ERROR" clean install ... [main] INFO o

Re: Reducing Surefire Logging output.

2016-07-26 Thread Robert Munteanu
Hi Ian, On Tue, 2016-07-26 at 15:58 +0100, Ian Boston wrote: > Hi, > I am trying to reduce the volume of logging output that a Sling build > produces so that we can build pull requests using Travis. Travis > kills the > build when it produces > 4MB of log file, which is about 32K lines of > log >