mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 19:51:21 +00:00
4 lines
60 B
Python
4 lines
60 B
Python
import logging
|
|
|
|
logging.basicConfig(level=logging.CRITICAL)
|