Skip to content
Success

Changes

Summary

  1. #3374, #3389: Improve log handling of normal java.util Logger usage by forwarding the LogRecords directly to the BungeeLogger instead of the fallback err stream. (commit: c3e8cfa) (details)
Commit c3e8cfac793a3572c8e70fb1fab5aaf4fa57d680 by md_5
#3374, #3389: Improve log handling of normal java.util Logger usage by forwarding the LogRecords directly to the BungeeLogger instead of the fallback err stream.
(commit: c3e8cfa)
The file was modifiedproxy/src/main/java/net/md_5/bungee/BungeeCord.java
The file was addedlog/src/main/java/net/md_5/bungee/log/LoggingForwardHandler.java
The file was modifiedlog/src/main/java/net/md_5/bungee/log/BungeeLogger.java