Disable color in logs

This commit is contained in:
nicolas.dorier
2018-08-28 09:56:17 +09:00
parent 0f1efc16f5
commit 06df63b283

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)
{