song-of-the-day/song_of_the_day/appsettings.Development.json

13 lines
249 B
JSON

{
"DetailedErrors": true,
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Warning",
"SongResolver": "Trace",
"SignalIntegration": "Trace",
"SongOfTheDay": "Trace"
}
}
}