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

[FEATURE] Improve logging/warnings from third party libraries #59

Open
MichalChromcak opened this issue Dec 29, 2020 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@MichalChromcak
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
When running the model selection (whether interactively or via embedded code in other functions), logging is too overwhelming.

Describe the solution you'd like
Either solution 1 or solution 2 to be implemented.

  1. Add an option, which would introduce filters for warnings

    • Show everything just once
    • Filter particular libraries
    • Filter based on log level and logger
  2. Document best practices with HCrystalBall to make reasonable cuts in the logging

Describe alternatives you've considered
Leave it as is -> Too much of the repeated logging that is hiding valuable output (even though it can be filtered later on)

Additional context
An option to keep all the third party output should be still available to enable easy debugging of issues.

@MichalChromcak MichalChromcak added the enhancement New feature or request label Dec 29, 2020
@MichalChromcak MichalChromcak self-assigned this Dec 29, 2020
@MichalChromcak
Copy link
Collaborator Author

MichalChromcak commented Dec 29, 2020

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

1 participant