playing with logging
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
"""Bar."""
|
||||
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def bar() -> None:
|
||||
"""Bar."""
|
||||
logger.debug(f"bar {__name__}")
|
||||
logger.debug("bar")
|
||||
Reference in New Issue
Block a user