cytoscape / ipycytoscape

A Cytoscape Jupyter widget
https://ipycytoscape.readthedocs.io/en/master/
BSD 3-Clause "New" or "Revised" License
269 stars 62 forks source link

Create new logger instead of reusing root logger #248

Closed marpulli closed 3 years ago

marpulli commented 3 years ago

The current behaviour sets the log level of the root python logger to DEBUG which effects any other package also using this logger.

This change creates a new logger and leaves the log level at the default

github-actions[bot] commented 3 years ago

Binder :point_left: Launch a binder notebook on branch marpulli/ipycytoscape/dont-use-python-root-logger

marimeireles commented 3 years ago

hehe it was supposed to be removed a lot of iterations ago thank you!