mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-01 17:50:48 +00:00
* add tests for core functionality and client/server * add remove subscription, get subscriptions * fix LOTS of bugs * add grpc tuning * adapt to latest agreed agents_worker proto changes.
18 lines
307 B
JSON
18 lines
307 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Orleans": "Warning",
|
|
"Orleans.Runtime": "Debug",
|
|
"Grpc": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Kestrel": {
|
|
"EndpointDefaults": {
|
|
"Protocols": "Http2"
|
|
}
|
|
}
|
|
}
|