mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
add logging for cache hit
This commit is contained in:
@@ -61,6 +61,8 @@ async def query(query_data: Query, request: Request):
|
|||||||
|
|
||||||
cached = False
|
cached = False
|
||||||
if cache_response:
|
if cache_response:
|
||||||
|
log.debug("Query {q} exists in cache", q=cache_key)
|
||||||
|
|
||||||
# If a cached response exists, reset the expiration time.
|
# If a cached response exists, reset the expiration time.
|
||||||
await cache.expire(cache_key, seconds=cache_timeout)
|
await cache.expire(cache_key, seconds=cache_timeout)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user