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

Implement input-plugin-based validation, implement common plugins

This commit is contained in:
thatmattlove
2021-09-26 11:39:46 -07:00
parent c2240d92c6
commit e73de24904
10 changed files with 103 additions and 113 deletions

View File

@@ -101,7 +101,7 @@ async def query(
# each command output value is unique.
cache_key = f"hyperglass.query.{query_data.digest()}"
log.info("Starting query execution for query {}", query_data.summary)
log.info("Starting query execution for {!r}", query)
cache_response = cache.get_map(cache_key, "output")
json_output = False