mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
lower config parser log criticity (fix #236)
This commit is contained in:
parent
1d0067c801
commit
010c65cc9a
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ class BUIConfig(dict):
|
|||
)
|
||||
except validate.ValidateError as exp:
|
||||
ret = default
|
||||
self.logger.warning(
|
||||
self.logger.info(
|
||||
'{}\n[{}]:{} - found: {}, default: {} -> {}'.format(
|
||||
str(exp),
|
||||
section,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue