It's hard to look for this particular message: ValueError: Server aggregrator for agent 'finder' not found.
It looks like when temporal executor is used, it doesn't respect the loggersettings, I have it set to console + error but it still logs debug logs.
Originally posted by @kawolum in #380
Log level doesn't seem to be respected in temporal worker?
settings = Settings(
execution_engine="temporal",
logger=LoggerSettings(type="console", level="error")
...
When I set this, the worker seems to still log debug logs, can you confirm if LoggerSettings is expected to work for Temporal?