You've already forked Arcturus-Morningstar-Extended
mirror of
https://github.com/duckietm/Arcturus-Morningstar-Extended.git
synced 2026-06-20 07:26:18 +00:00
a8e0534634
Route console log level and logger columns through custom Logback converters so terminals with ANSI support get colored severity badges and compact colored class names. Keep the same habbo.console.style auto/ansi/plain behavior as the startup splash, including plain fallback for non-interactive output, NO_COLOR, and legacy Windows console paths. The file appenders keep their existing verbose patterns unchanged, so debug/error log files remain plain and grep-friendly. Cover the level formatter, logger formatter, override behavior, and Logback pattern wiring with tests.