set global loglevel to debug
This commit is contained in:
parent
2271e52700
commit
d6ea3e3d11
3 changed files with 7 additions and 3 deletions
|
|
@ -69,7 +69,7 @@ def setupLogging(logfile="./log/linspector.log", logLevel=logging.ERROR, logfile
|
|||
|
||||
logging.basicConfig(level=logging.CRITICAL)
|
||||
log = logging.getLogger(__name__)
|
||||
#log.setLevel(logging.)
|
||||
log.setLevel(logging.DEBUG)
|
||||
|
||||
consoleHandler = logging.StreamHandler()
|
||||
consoleHandler.setLevel(logLevel)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue