Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Logger to log exception in AgentComponents initialization (#1305)
This commit fixes a bug in logging an exception that may occur during agent initialization; the Logger property is used instead of the logger argument, the former will always be initialized with a value. Fixes #1254
- Loading branch information