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

Simplify configuration for logging to console #65

Closed
forman opened this issue Feb 18, 2024 · 1 comment · Fixed by #67
Closed

Simplify configuration for logging to console #65

forman opened this issue Feb 18, 2024 · 1 comment · Fixed by #67
Assignees
Labels
enhancement New feature or request

Comments

@forman
Copy link
Member

forman commented Feb 18, 2024

Is your feature request related to a problem? Please describe.

In many cases users just want simple logging output to the console or in the notebook.
Currently this takes many lines of configuration following standard Python's
configuration dictionary schema

Describe the solution you'd like

Specify simple logging output to the console using the log level as only configuration parameter, e.g, logging="INFO".
Even simpler logging=True would enable logging to console using default log level INFO.

@forman forman added the enhancement New feature or request label Feb 18, 2024
@forman forman self-assigned this Feb 18, 2024
@forman
Copy link
Member Author

forman commented Feb 19, 2024

Closed by #67

@forman forman closed this as completed Feb 19, 2024
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

Successfully merging a pull request may close this issue.

1 participant