mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-06 01:41:20 +00:00
7 lines
85 B
Python
7 lines
85 B
Python
import logging
|
|
|
|
from config import LOGLEVEL
|
|
|
|
|
|
logging.getLogger().setLevel(LOGLEVEL)
|