]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/watch: don't print bufferlists 53950/head
authorMatan Breizman <mbreizma@redhat.com>
Wed, 31 May 2023 11:47:45 +0000 (11:47 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Wed, 11 Oct 2023 11:40:25 +0000 (11:40 +0000)
commitcca9af95b6bb77e329ed6faa67332c2b3c1dc2f7
treea2c16449c354c00a6b6e2912f115f1df3d43f69f
parent1e253ef08f34dd9318b2c51e69e49fb70d15a3d1
crimson/osd/watch: don't print bufferlists

The bufferlists clutter the logs and don't infrom of anything useful:
```
DEBUG 2023-05-26 23:36:29,780 [shard 2] osd - send_completion sending notify replies: {notify_reply_t{watcher_gid=4220, watcher_cookie=139786421930752, bl=buffer::list(len=0,

)}, notify_reply_t{watcher_gid=4220, watcher_cookie=139786422032096, bl=buffer::list(len=0,

)}}
```

Signed-off-by: Matan Breizman <mbreizma@redhat.com>
(cherry picked from commit 3548489f622c50ccaa1d8c351e420873743ed980)
src/crimson/osd/watch.cc