LuckPerms

LuckPerms

41.4k Downloads

Server start [WARN]'s

andrewkm opened this issue ยท 2 comments

commented

I noticed two WARN level notifications on server start:

2017-06-14 00:24:44 [WARN] [Server thread] INFO com.zaxxer.hikari.HikariDataSource - luckperms - Starting...
2017-06-14 00:24:44 [WARN] [Server thread] INFO com.zaxxer.hikari.HikariDataSource - luckperms - Start completed.

Is it possible to make these [INFO] level?

commented

It seem they are harmless. It's possible you may have your settings to verbose/debug, and you're getting extra information.

commented

No, it's an incompatibility between Slf4j used in Hikari and Bukkits logging system. I've tried a number of things to fix it and was unable to.

Just ignore the messages.