learningai's picture
youtube links
b403268
raw
history blame contribute delete
139 Bytes
import logging
logging.basicConfig(
format="[ %(asctime)s ] %(lineno)d %(name)s - %(levelname)s %(message)s",
level=logging.INFO
)