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:
Casey Bodley 2017-05-03 13:19:29 -04:00 committed by GitHub
commit c124b05e91

View File

@ -126,7 +126,7 @@ static int cls_log_add(cls_method_context_t hctx, bufferlist *in, bufferlist *ou
index = entry.id; 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) if (index > header.max_marker)