mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Disable color in logs
This commit is contained in:
@@ -133,7 +133,7 @@ namespace BTCPayServer.Logging
|
|||||||
public bool DisableColors
|
public bool DisableColors
|
||||||
{
|
{
|
||||||
get; set;
|
get; set;
|
||||||
}
|
} = true;
|
||||||
|
|
||||||
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
|
public void Log<TState>(LogLevel logLevel, EventId eventId, TState state, Exception exception, Func<TState, Exception, string> formatter)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user