NostrServices/FASTERlay/appsettings.Development.json
2024-01-12 16:22:38 +00:00

11 lines
173 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"NostrRelay": "Debug",
"FASTER": "Debug"
}
}
}