diff options
| author | Stefan Boberg <[email protected]> | 2021-09-16 14:05:29 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-16 14:05:29 +0200 |
| commit | c9bb80f86877a7d8e4f5a10706ababfc915fc2d6 (patch) | |
| tree | 8ef52bb9a6c8cf73843fe320ffd108825cf2f928 /zenserver/cache/structuredcache.h | |
| parent | Fixed marshaling of outputs including sanity checks, logging (diff) | |
| download | zen-c9bb80f86877a7d8e4f5a10706ababfc915fc2d6.tar.xz zen-c9bb80f86877a7d8e4f5a10706ababfc915fc2d6.zip | |
Fixed logging in structured cache (did not end up getting routed right)
Diffstat (limited to 'zenserver/cache/structuredcache.h')
| -rw-r--r-- | zenserver/cache/structuredcache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zenserver/cache/structuredcache.h b/zenserver/cache/structuredcache.h index c8c959569..8289fd700 100644 --- a/zenserver/cache/structuredcache.h +++ b/zenserver/cache/structuredcache.h @@ -74,6 +74,7 @@ private: void HandleCachePayloadRequest(zen::HttpServerRequest& Request, CacheRef& Ref); void HandleCacheBucketRequest(zen::HttpServerRequest& Request, std::string_view Bucket); + spdlog::logger& Log() { return m_Log; } spdlog::logger& m_Log; ZenCacheStore& m_CacheStore; zen::CasStore& m_CasStore; |