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
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
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|\*
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
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
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
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
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
>