Revert "Disable color in logs"

This reverts commit 06df63b283.
This commit is contained in:
nicolas.dorier 2018-08-28 16:13:26 +09:00
parent 06df63b283
commit 9fcc2903fc

View File

@ -133,7 +133,7 @@ namespace BTCPayServer.Logging
public bool DisableColors
{
get; set;
} = true;
}
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
{