LuckPerms shows log messages twice (bungee)
Closed this issue ยท 14 comments
Hey,
So i've installed LuckPerms on both the proxy and the spigot servers, however logs show up twice now. Did I do something wrong?
Yes I am. It shows it once for me when I make a change in luckperms, but when someone else does they see the logs twice.
13:42:09 [INFO] [LP] LOG > (Console) [U] (ni20ck05)
13:42:09 [INFO] [LP] LOG > parent set villager
13:42:09 [INFO] [LuckPerms] [Messaging] Received user update ping for 'ni20ck05' with id: afd53817-802c-4e33-9cc8-a65bcb84db29
13:42:13 [INFO] [/84.86.12.184:62155] <-> InitialHandler has connected
13:42:15 [INFO] [LP] LOG > (Console) [U] (ni20ck05)
13:42:15 [INFO] [LP] LOG > parent set novice
13:42:15 [INFO] [LuckPerms] [Messaging] Received user update ping for 'ni20ck05' with id: 1b54aa6b-3248-4041-b126-fa3d0664a87b
@lucko I have that set to true on the proxy and false on the spigot servers, yet it still shows duplicates.
I only have one proxy.
Bungee config: https://pastebin.com/86JSjj00 (database leftout, they're all on the same though)
Spigot config: https://pastebin.com/GthK6jYX
I disabled it on the proxy and enabled it on all backend servers, that seems to work.
That setting only controls whether log entries received from other servers via the messaging service are broadcasted to online players.
It doesn't change any other property of the system, and has no side effects.
I've tried to reproduce this, the setting seems to be working fine for me.
Yeah, that comment was invalid.
However, setting it to true on the backend servers and false on the proxy stopped the double log messages.
But it no longer seems to broadcast the logs among all servers. Really not sure what I do wrong.