ansible_gentooimgr/gentooimgr/__init__.py

6 lines
166 B
Python
Raw Normal View History

2023-12-21 18:53:25 +00:00
import os
HERE = os.path.abspath(os.path.dirname(__file__))
2023-12-21 19:42:13 +00:00
import logging
LOG = logging.getLogger('GI ')
logging.basicConfig(level=logging.INFO) # oArgs.loglevel) #