app/BTCPayApp.Server/appsettings.Development.json
2024-05-22 11:37:22 +02:00

12 lines
203 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"System.Net.Http": "Warning",
"LDK": "Trace"
}
}
}