diff --git a/source/nostril/logging.d b/source/nostril/logging.d index f4a6587..0eb3cc0 100644 --- a/source/nostril/logging.d +++ b/source/nostril/logging.d @@ -17,7 +17,7 @@ private mixin template LoggerSetup() logger.enableDebug(); } - logger.mode(GoggaMode.TwoKTwenty3); + logger.mode(GoggaMode.RUSTACEAN); } }