deegree / deegree-ogcapi

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

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

Closed lgoltz closed 1 month ago

lgoltz commented 2 months ago
copierrj commented 1 month 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 1 month 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
...