All checks were successful
Build, Push and Run Container / build (push) Successful in 24s
Configures logging to show more detailed information during development. Improves logging for debugging and troubleshooting authentication issues.
10 lines
160 B
JSON
10 lines
160 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Trace",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"System.Net.Http.HttpClient": "Warning"
|
|
}
|
|
}
|
|
}
|