mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-02-01 04:44:20 +01:00
reduce loglevel for config option disovery notification
This commit is contained in:
parent
43697da228
commit
0cdde7808b
|
|
@ -161,7 +161,7 @@ def decode(freq, decoded):
|
|||
|
||||
# if a schema is defined, analyze and associate
|
||||
if globalVars.config.has_option("POC", "schemaRegex"):
|
||||
logging.info("schemaRegex found")
|
||||
logging.debug("schemaRegex found")
|
||||
m = re.match(globalVars.config.get("POC", "schemaRegex"), poc_text)
|
||||
if m:
|
||||
logging.info("POC Schema match")
|
||||
|
|
|
|||
Loading…
Reference in a new issue