]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cls/log/cls_log.cc: reduce logging noise 14879/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 29 Apr 2017 11:36:07 +0000 (13:36 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Wed, 3 May 2017 16:07:23 +0000 (18:07 +0200)
commitd76010900bf9012f2e66335787710531772766b7
treeec33e1a04979bfd68ff3dc90afe117914eab2935
parent1edcf1cb110005acdd2fce24bd5144fea2f68da1
cls/log/cls_log.cc: reduce logging noise

 - The other reference in the source as already at 20.
      ./src/cls/timeindex/cls_timeindex.cc:85:
CLS_LOG(20, "storing entry at %s", index.c_str());

   And we need not always know where in the log items are stored.
   So it looks like a leftover debug feature.

Fixes: http://tracker.ceph.com/issues/19835
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/cls/log/cls_log.cc