Skip to content

Log level doesn't seem to be respected in temporal worker? #382

@kawolum

Description

@kawolum

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions