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

Add logging support #59

Closed
ndem0 opened this issue Dec 19, 2022 · 1 comment
Closed

Add logging support #59

ndem0 opened this issue Dec 19, 2022 · 1 comment
Labels
enhancement New feature or request high priority Higher priority

Comments

@ndem0
Copy link
Member

ndem0 commented Dec 19, 2022

Is your feature request related to a problem? Please describe.
At the moment, the only output of a typical PINA application is the loss trend during the training. Better outputs (maybe modulable in verbosity) would be a nice feature, especially for debugging purposes.

Describe the solution you'd like
https://docs.python.org/3/library/logging.html#module-logging library can be used in order to let the user set the wanted verbosity.

Describe alternatives you've considered
loguru but it's a further dependency.

@ndem0 ndem0 added enhancement New feature or request high priority Higher priority labels Dec 19, 2022
@dario-coscia
Copy link
Collaborator

Opened in #126 a new issue for the next version release. We will not insert loggers in the current release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request high priority Higher priority
Projects
None yet
Development

No branches or pull requests

2 participants