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

batch spam #15

Closed seema84 closed 7 years ago

seema84 commented 7 years ago

i get alot of this output (its random) ->

[ChestShopNotifier] Batch completed. [ChestShopNotifier] Item added to batch. [ChestShopNotifier] Uploading a batch... [ChestShopNotifier] Update: INSERT INTO csnUUID (ShopOwnerId, CustomerId, ItemId, Mode, Amount, Time, Quantity, Unread) VALUES (?,?,?,?,?,?,?,?) [ChestShopNotifier] Batch completed.

10-20 times in a row

Phoenix616 commented 7 years ago

Disable verbose logging in the config if you don't want debug messages. (debugging.verbose)

seema84 commented 7 years ago

thats true thanks