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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user