- Use gogga mode `GoggaMode.RUSTACEAN` rather
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-02 16:11:45 +02:00
parent 8e9f060eb5
commit b37f75cd0c

View File

@ -17,7 +17,7 @@ private mixin template LoggerSetup()
logger.enableDebug(); logger.enableDebug();
} }
logger.mode(GoggaMode.TwoKTwenty3); logger.mode(GoggaMode.RUSTACEAN);
} }
} }