CitizensDev / Citizens2

Citizens - the premier plugin and API for creating server-side NPCs in Minecraft.
https://citizensnpcs.co
Open Software License 3.0
590 stars 313 forks source link

Console spam #2182

Closed SlimeDog closed 4 years ago

SlimeDog commented 4 years ago
>version
[05:53:28] [Server thread/INFO]: This server is running CraftBukkit version git-Spigot-a99063f-fad2494 (MC: 1.15.2) (Implementing API version 1.15.2-R0.1-SNAPSHOT)
[05:53:28] [Server thread/INFO]: You are running the latest version
>version citizens
[05:55:07] [Server thread/INFO]: Citizens version 2.0.26-SNAPSHOT (build 1993)
[05:55:07] [Server thread/INFO]: Website: http://www.citizensnpcs.co
[05:55:07] [Server thread/INFO]: Author: fullwall
[05:55:07] [Server thread/INFO]: CitizensCMD version 2.4
[05:55:07] [Server thread/INFO]: Author: Mateus Moreira

Logs are spammed with the following. This is one second; the output is continuous.

[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
[05:51:16] [Server thread/INFO]: 0
mcmonkey4eva commented 4 years ago

How sure are you that that output came from Citizens?

SlimeDog commented 4 years ago

Only change to server was update from build 1986 to build 1993. So pretty sure.

mcmonkey4eva commented 4 years ago

Apparently was accidentally left in debug output, fixed via https://github.com/CitizensDev/Citizens2/commit/50218336c51736e1aade5f1a63fb29833a646bab in Citizens build 1994+ from https://ci.citizensnpcs.co/job/Citizens2/

SlimeDog commented 4 years ago

Much better. Thank you.