mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-30 01:48:28 -04:00
guessLevel() required the log line's timestamp bracket to contain only digits and colons, so it never matched real log4j output that includes a full date and milliseconds (e.g. "[23Jul2026 18:12:07.877] [main/WARN] [...]"). Lines fell through to Unknown level and were left uncolored, even with "Color lines" enabled. The live "Minecraft Log" console tab wasn't affected since it gets levels from log4j's XML event stream instead of this text heuristic. Signed-off-by: desvaters <71886240+desvaters@users.noreply.github.com>