mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
Log commands invoked by Redis.
This commit is contained in:
parent
3c251170ca
commit
e56f14dc56
@ -390,6 +390,7 @@ public class RedisBungee extends Plugin implements Listener {
|
||||
} else {
|
||||
cmd = s2;
|
||||
}
|
||||
getLogger().info("Invoking command from PubSub: /" + s2);
|
||||
getProxy().getPluginManager().dispatchCommand(commandSender, cmd);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user