Downgrade logging to debug
This commit is contained in:
@ -61,7 +61,7 @@ class Validator(object):
|
|||||||
ret_msgs = []
|
ret_msgs = []
|
||||||
if self.schema:
|
if self.schema:
|
||||||
try:
|
try:
|
||||||
self.logger.info("Validating against schema %s" % self.schema)
|
self.logger.debug("Validating against schema %s" % self.schema)
|
||||||
validators = DefaultValidators.copy()
|
validators = DefaultValidators.copy()
|
||||||
validators[IPInterfaceWithPrefixLength.tag] = IPInterfaceWithPrefixLength
|
validators[IPInterfaceWithPrefixLength.tag] = IPInterfaceWithPrefixLength
|
||||||
schema = yamale.make_schema(self.schema, validators=validators)
|
schema = yamale.make_schema(self.schema, validators=validators)
|
||||||
|
Reference in New Issue
Block a user