.Net: Bug: LoggerFactory is never set in Agent #10110
Labels
agents
bug
Something isn't working
experimental
Associated with an experimental feature
.NET
Issue or Pull requests regarding .NET code
Describe the bug
LoggerFactory
is never set inAgent
class and thus is always usingNullLoggerFactory
, which results in no logs at all.https://github.com/microsoft/semantic-kernel/blob/main/dotnet/src/Agents/Abstractions/Agent.cs#L43
To Reproduce
Expected behavior
The LoggerFactory from the
Kernel
should be used.Workaround
Platform
The text was updated successfully, but these errors were encountered: