ChestShop-authors / ChestShopNotifier

Bukkit plugin that allows your players to see who bought or sold what while they were offline.
https://www.spigotmc.org/resources/chestshopnotifier.30313/
10 stars 8 forks source link

Failed to load class "org.slf4j.impl.StaticLoggerBinder". #14

Closed mibby closed 7 years ago

mibby commented 7 years ago

@Phoenix616 Updated from CSN dev 23 to dev 25.

ChestShopNotify dev 25 http://ci.minebench.de/job/ChestShopNotifier ChestShop dev 14 http://ci.dmulloy2.net/job/ChestShop/ PaperSpigot dev 910 https://ci.destroystokyo.com/

[07:06:30] [Server thread/INFO]: [ChestShopNotifier] Enabling ChestShopNotifier v1.2.1-SNAPSHOT (build #25)
[07:06:30] [Server thread/WARN]: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[07:06:30] [Server thread/WARN]: SLF4J: Defaulting to no-operation (NOP) logger implementation
[07:06:30] [Server thread/WARN]: SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[07:06:30] [Server thread/INFO]: [ChestShopNotifier] Connecting to the database...
Phoenix616 commented 7 years ago

That's from the logger that HikariCP uses when no SLF4J logger implementation was loaded by another plugin. There shouldn't be any issues as it's only a warning but HikariCP will not output a log info. I think I found a way to fix it 'though.