-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Hey
as requested here's the new issue-Post.
(See Below for the reference)
The "problem" in short: I set in the config "logging admin shop" to false and still if a player is buying something there it gets at least spammed in the console. Is there the option to add a setting (line in config) to disable even those batch-messages? Since sometimes a player buys a lot there and I can't see the important stuff in there then.^^
Config setting:
logging:
admin-shop: false
Example of the console output, as soon as someone buys something there:
[19:53:01 INFO]: [ChestShopNotifier] Item added to batch.
[19:53:01 INFO]: [ChestShop Shops] bought 64 Stone for 150.00 from Adminshop at [world] 129, 67, 2319
[19:53:01 INFO]: [ChestShopNotifier] Uploading a batch...
[19:53:01 INFO]: [ChestShopNotifier] Update: INSERT INTO csnUUID (ShopOwnerId, CustomerId, CustomerName, ItemId, Mode, Amount, Time, Quantity, Unread) VALUES (?,?,?,?,?,?,?,?,?)
[19:53:01 INFO]: [ChestShopNotifier] Batch completed.
[19:56:06 INFO]: [ChestShopNotifier] Item added to batch.
[19:56:06 INFO]: [ChestShop Shops] bought 64 Deepslate for 300.00 from Adminshop at [world] 129, 67, 2326
[19:56:06 INFO]: [ChestShopNotifier] Uploading a batch...
[19:56:06 INFO]: [ChestShopNotifier] Update: INSERT INTO csnUUID (ShopOwnerId, CustomerId, CustomerName, ItemId, Mode, Amount, Time, Quantity, Unread) VALUES (?,?,?,?,?,?,?,?,?)
And those messages is what I would like to have disabled, for player shops,okay, but for the disabled admin shop it is a bit annoying sometimes.^^
kind regards,
Sunny.^^
Referenced to following post/answer:
@Phoenix616 I don't really wanna open an issue for this, but one question: Is it possible to get with any update the option that this batches are not shown in the console or at least not that detailed? 🤔
or at least NOT for the admin-shop sales/sells, I put those on " logging: false" for adminshop and still the console is spammed with it.^^If not possible also totally okay, just asking ^-^
Please open a separate issue describing what doesn't work like jou expect it and provide more information like your config and log as I do not know what you mean by the batches that are shown in the console.
Originally posted by @Phoenix616 in #75