mirror of
https://github.com/budtmo/docker-android.git
synced 2026-02-06 11:26:45 +00:00
8 lines
113 B
Python
8 lines
113 B
Python
import logging.config
|
|
|
|
from logger import LOGGING_FILE
|
|
|
|
|
|
def init():
|
|
logging.config.fileConfig(LOGGING_FILE)
|