7.8. Logging ConfigurationΒΆ
Each GeoMesa binary distribution comes bundled with an SLF4J logging implementation in the lib
directory. If
you already have an SLF4J implementation on your Java classpath you may see errors at runtime and will have to
exclude one of the JARs. This can be accomplished by simply deleting the bundled lib/slf4j-log4j12-1.7.5.jar
.
Note that if no SLF4J implementation is installed logging will not work, and you will see this error:
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.
In this case you may download SLF4J here. Extract
slf4j-log4j12-1.7.5.jar
and place it in the lib
directory of the binary distribution.