mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
Merge pull request #14879 from wjwithagen/wip-wjw-reduce-noise-3
cls/log/cls_log.cc: reduce logging noise Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
c124b05e91
@ -126,7 +126,7 @@ static int cls_log_add(cls_method_context_t hctx, bufferlist *in, bufferlist *ou
|
||||
index = entry.id;
|
||||
}
|
||||
|
||||
CLS_LOG(0, "storing entry at %s", index.c_str());
|
||||
CLS_LOG(20, "storing entry at %s", index.c_str());
|
||||
|
||||
|
||||
if (index > header.max_marker)
|
||||
|
Loading…
Reference in New Issue
Block a user