Skip to content

Commit 92a6f0e

Browse files
committed
use audit instead of info
Signed-off-by: yuchen.cc <yuchen.cc@alibaba-inc.com>
1 parent 509741b commit 92a6f0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/overlaybd/cache/full_file_cache/cache_pool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ void FileCachePool::eviction() {
215215
isFull_ = true;
216216

217217
if (!lru_.empty() && !exit_) {
218-
LOG_INFO("start eviction ", VALUE(actualEvict), VALUE(evictByCache), VALUE(evictByDisk), VALUE(totalUsed_));
218+
LOG_AUDIT("eviction", VALUE(actualEvict), VALUE(evictByCache), VALUE(evictByDisk), VALUE(totalUsed_));
219219
}
220220

221221
while (actualEvict > 0 && !lru_.empty() && !exit_) {

0 commit comments

Comments
 (0)