Disable debug logging on travis
karussell opened this issue · 1 comments
karussell commented
Not sure why this is happening per default:
https://travis-ci.org/graphhopper/map-matching/jobs/384361532
But this makes it hard to see what is actually going on. Maybe the default maven command:
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
is causing this?
karussell commented
When doing so I get:
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m
Running com.graphhopper.matching.MapMatchingTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
@michaz should we 1. lower memory to 500mb and 2. use a logging impl for tests? ... I can see we already have logback-classic as dep now.