neo4j-contrib / neo4j-apoc-procedures

Awesome Procedures On Cypher for Neo4j - codenamed "apoc"                     If you like it, please ★ above ⇧            
https://neo4j.com/labs/apoc
Apache License 2.0
1.71k stars 493 forks source link

Installing apoc-core causes SLF4J WARN messages in neo4j.log #3320

Closed tomgeudens closed 1 year ago

tomgeudens commented 1 year ago

Expected Behavior (Mandatory)

Suppress WARN messages that put the words "Failed to load" into the neo4j.log when apoc-core is installed.

Actual Behavior (Mandatory)

Following messages show up in neo4j.log when apoc-core is installed (Neo4j 5.2.0, APOC core 5.2.1)

2022-11-21 18:56:11.834+0000 WARN SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". 2022-11-21 18:56:11.835+0000 WARN SLF4J: Defaulting to no-operation (NOP) logger implementation 2022-11-21 18:56:11.835+0000 WARN SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

How to Reproduce the Problem

Just move apoc-core into Neo4j plugins folder and start Neo4j ... then check neo4j.log

Simple Dataset (where it's possibile)

/

Steps (Mandatory)

Just move apoc-core into Neo4j plugins folder and start Neo4j ... then check neo4j.log

Screenshots (where it's possibile)

See above logings

Specifications (Mandatory)

/

Versions

vga91 commented 1 year ago

Fixed here: https://github.com/neo4j/apoc/pull/274