mirror of
https://github.com/microsoft/autogen.git
synced 2025-12-29 16:09:07 +00:00
* fix python path * update HelloAgent to enable grpc * agents app remove webapplication and add grpc * add di for client * adding events types to grpc di * warnings to information * improve logging, add some error handling; fix grpc startup * improve error logging * cleaning up publishing of messages and message handling. * WbApplication->HostedApplication * formatting * WebApplication -> HostApplication * ensure correct .NET versions are available for integration test
9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Information",
|
|
"Microsoft.Orleans": "Warning"
|
|
}
|
|
}
|
|
} |