Skip to content
New issue

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

Logging.debug doesn't log #65

Open
Armandpl opened this issue Jan 25, 2024 · 0 comments
Open

Logging.debug doesn't log #65

Armandpl opened this issue Jan 25, 2024 · 0 comments

Comments

@Armandpl
Copy link
Owner

in scripts/train.py we set the logger level to e.g debug, in furuta_real we use logging.debug. The messages are not logged because when we set the logging level we set it on a logger object, so if we call logging.debug and not logger.debug we don't get the messages. In think logging provides a way to access instantiated loggers, we should use that instead

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant