]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
crimson/osd/watch: don't print bufferlists
authorMatan Breizman <mbreizma@redhat.com>
Wed, 31 May 2023 11:47:45 +0000 (11:47 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Sun, 2 Jul 2023 13:57:49 +0000 (13:57 +0000)
commit3548489f622c50ccaa1d8c351e420873743ed980
tree661b125fcd76fdf4b0281d271df98ad6f6803512
parentb1c05f9acecfd2dffb57d63f42fec9da156ff366
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>
src/crimson/osd/watch.cc