Skip to content
Success

Changes

Summary

  1. Add configurable proxy command logging. (commit: ba448b5) (details)
Commit ba448b5670946d4a744009320cdc9b758ad368cb by md_5
Add configurable proxy command logging.

This commit adds a config switch that allows users to turn off
the logging of proxy commands. It is set to off by default to
prevent unwanted log spam and keep current behaviour.
Log proxy commands

This commit changes the PluginManager to print a message to
console and the log when a proxy command is executed.
This may assist with debugging and miscellaneous
investigations.
(commit: ba448b5)
The file was modifiedapi/src/main/java/net/md_5/bungee/api/ProxyConfig.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/conf/Configuration.java (diff)
The file was modifiedapi/src/main/java/net/md_5/bungee/api/plugin/PluginManager.java (diff)