From 9fcc2903fcba614672dfb80a7a429a8facfd70d3 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 28 Aug 2018 16:13:26 +0900 Subject: [PATCH] Revert "Disable color in logs" This reverts commit 06df63b2835d77a83c8897368f91491e008f57b5. --- BTCPayServer/Logging/ConsoleLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BTCPayServer/Logging/ConsoleLogger.cs b/BTCPayServer/Logging/ConsoleLogger.cs index 810ad3d0e..bb442cdbb 100644 --- a/BTCPayServer/Logging/ConsoleLogger.cs +++ b/BTCPayServer/Logging/ConsoleLogger.cs @@ -133,7 +133,7 @@ namespace BTCPayServer.Logging public bool DisableColors { get; set; - } = true; + } public void Log(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func formatter) {