We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently agents use the attribute self._log for all logging related tasks:
self._log
@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.
The text was updated successfully, but these errors were encountered:
Neverbolt
No branches or pull requests
Currently agents use the attribute
self._log
for all logging related tasks:in the long run, this should be a "real" python object used for logging/storing/console-output through its methods.
The text was updated successfully, but these errors were encountered: