diff options
| author | Stefan Boberg <[email protected]> | 2021-09-15 10:15:24 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-15 10:15:24 +0200 |
| commit | 6a5d207920f030e54710af12463f4a701c09b118 (patch) | |
| tree | f4a652fbd8e5670044e75794e85bfb8c85b09aa0 /zenserver/cache/structuredcache.cpp | |
| parent | Changed so more loggers go via the zen::loggers interface (diff) | |
| download | zen-6a5d207920f030e54710af12463f4a701c09b118.tar.xz zen-6a5d207920f030e54710af12463f4a701c09b118.zip | |
Changed direct includes of spdlog/spdlog.h into zencore/logging.h to make it easier to tweak implementation
Diffstat (limited to 'zenserver/cache/structuredcache.cpp')
| -rw-r--r-- | zenserver/cache/structuredcache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcache.cpp b/zenserver/cache/structuredcache.cpp index 3fbdfb30e..196a4b66c 100644 --- a/zenserver/cache/structuredcache.cpp +++ b/zenserver/cache/structuredcache.cpp @@ -37,7 +37,7 @@ HttpStructuredCacheService::HttpStructuredCacheService(::ZenCacheStore& InC , m_CidStore(InCidStore) , m_UpstreamCache(std::move(UpstreamCache)) { - //m_Log.set_level(spdlog::level::debug); + // m_Log.set_level(spdlog::level::debug); } HttpStructuredCacheService::~HttpStructuredCacheService() |