Skip to content

Work on Logging Infrastructure #75

@andreashappe

Description

@andreashappe

Currently agents use the attribute self._log for all logging related tasks:

@dataclass
class Logger:
    log_db: DbStorage
    console: Console
    tag: str = ""
    run_id: int = 0

in the long run, this should be a "real" python object used for logging/storing/console-output through its methods.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions