Files
agent-framework/dotnet/samples/AGUIDojo/AGUIDojoServer/appsettings.Development.json
T

10 lines
198 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.AspNetCore.HttpLogging.HttpLoggingMiddleware": "Information"
}
}
}