graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 274 forks source link

Disable debug logging on travis #115

Closed karussell closed 6 years ago

karussell commented 6 years ago

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 6 years ago

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.