mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-21 06:13:39 +00:00
reduce loglevel for config option disovery notification
This commit is contained in:
parent
43697da228
commit
0cdde7808b
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ def decode(freq, decoded):
|
||||||
|
|
||||||
# if a schema is defined, analyze and associate
|
# if a schema is defined, analyze and associate
|
||||||
if globalVars.config.has_option("POC", "schemaRegex"):
|
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)
|
m = re.match(globalVars.config.get("POC", "schemaRegex"), poc_text)
|
||||||
if m:
|
if m:
|
||||||
logging.info("POC Schema match")
|
logging.info("POC Schema match")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue