added logging
This commit is contained in:
@ -1,2 +1,5 @@
|
||||
import os
|
||||
HERE = os.path.abspath(os.path.dirname(__file__))
|
||||
import logging
|
||||
LOG = logging.getLogger('GI ')
|
||||
logging.basicConfig(level=logging.INFO) # oArgs.loglevel) #
|
||||
|
Reference in New Issue
Block a user