codriao / utils /Logger.py
Raiff1982's picture
Create Logger.py
d02e12c verified
raw
history blame
93 Bytes
import logging
logger = logging.getLogger(__name__)
logging.basicConfig(level=logging.INFO)