From b37f75cd0c1558ddc7f833f4d46eac56c9ae3020 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 2 Mar 2023 16:11:45 +0200 Subject: [PATCH] Logging - Use gogga mode `GoggaMode.RUSTACEAN` rather --- source/nostril/logging.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }