Change the default logger creation
* It is now possible to pass a str with a log level * If no logger is passed, we getLogger(__name__) * A stream handler is added on the newly created logger, only if it doesnt have one already.
Loading
Please register or sign in to comment