deegree / deegree-ogcapi

OGC API implementations based on deegree
GNU Lesser General Public License v2.1
6 stars 5 forks source link

Fixed logging by downgrading slf4j version, upgrade deegree version #124

Closed lgoltz closed 4 months ago

lgoltz commented 4 months ago
copierrj commented 4 months ago

The TMC decided to merge this PR as it claims to fix the logging. Could you please (for future reference) add some additional information about the issue that is fixed by this PR?

dstenger commented 4 months ago

@copierrj No log output was written by deegree because the versions of slf4j had to be adjusted with deegree3. Just the following was logged before applying this fix:

SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
...