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

clean up & configure logging/output #42

Open
jesteria opened this issue Jan 13, 2021 · 2 comments
Open

clean up & configure logging/output #42

jesteria opened this issue Jan 13, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@jesteria
Copy link
Collaborator

Status/logging output is currently done through print (to stdout) within nprintML, and via unconfigured logging in AutoML. This should be centralized via configurable logging (defaulting to stdout), and AutoML logging brought under control as necessary.

Output might default to a clear but terse format e.g.:

[I] step.Net → …
[E] nprintml.net.execute.CommandError x

Or something even better!

@jesteria jesteria added the enhancement New feature or request label Jan 13, 2021
@JordanHolland
Copy link
Collaborator

I've used loguru before. Any objections?

@jesteria
Copy link
Collaborator Author

Yep that's the one we discussed. Worth a shot.

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

No branches or pull requests

2 participants