Changing log level

This commit is contained in:
barbequesauce 2018-04-26 09:16:33 -04:00 committed by evilhero
parent e6fb428dc6
commit 37cd7346bc
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class FileChecker(object):
if filename.startswith('.'):
continue
logger.info('[FILENAME]: ' + filename)
logger.debug('[FILENAME]: ' + filename)
runresults = self.parseit(self.dir, filename, filedir)
if runresults:
try: