]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cls/log/cls_log.cc: reduce logging noise 16165/head
authorWillem Jan Withagen <wjw@digiware.nl>
Sat, 29 Apr 2017 11:36:07 +0000 (13:36 +0200)
committerNathan Cutler <ncutler@suse.com>
Thu, 6 Jul 2017 09:35:49 +0000 (11:35 +0200)
commitf8235c5c0a64eb409957d80d4c4a22a87280d0b2
tree421bd9823d25299defeabd349765cb6627689fa3
parente12eae92b04d30d322740a6c7a33d86e448bf9c5
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>
(cherry picked from commit d76010900bf9012f2e66335787710531772766b7)
src/cls/log/cls_log.cc