Skip to content

Simplify configuration for logging to console #65

@forman

Description

@forman

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions