1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

improve console logging

This commit is contained in:
checktheroads
2020-09-28 14:43:17 -07:00
parent 1cf082cc48
commit 9790d7eb31
3 changed files with 85 additions and 12 deletions

View File

@@ -192,5 +192,5 @@ class JuniperRoute(_JuniperBase):
vrf=vrf, count=count, routes=routes, winning_weight="low",
)
log.info("Serialized Juniper response: {}", serialized)
log.debug("Serialized Juniper response: {}", serialized)
return serialized