diff options
| author | Dan Engelbrecht <[email protected]> | 2022-12-02 16:37:22 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-02 07:37:22 -0800 |
| commit | a07d68c0aea6cddd966986ad45045087e1cebfea (patch) | |
| tree | a856aadb1c0a09f0da8557e734beaee0a4609ff9 /zenstore/compactcas.cpp | |
| parent | Make sure we always store record/op before attachments (#195) (diff) | |
| download | zen-a07d68c0aea6cddd966986ad45045087e1cebfea.tar.xz zen-a07d68c0aea6cddd966986ad45045087e1cebfea.zip | |
reduce gc log spam (INFO -> DEBUG) (#199)
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index d0c2f59ac..e52f5b7cb 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -386,7 +386,7 @@ CasContainerStrategy::CollectGarbage(GcContext& GcCtx) // do a blocking operation and update the m_LocationMap after each new block is // written and figuring out the path to the next new block. - ZEN_INFO("collecting garbage from '{}'", m_RootDirectory / m_ContainerBaseName); + ZEN_DEBUG("collecting garbage from '{}'", m_RootDirectory / m_ContainerBaseName); uint64_t WriteBlockTimeUs = 0; uint64_t WriteBlockLongestTimeUs = 0; |