]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon/LogMonitor: Fix log last 47873/head
authorPrashant D <pdhange@redhat.com>
Tue, 30 Aug 2022 07:29:24 +0000 (03:29 -0400)
committerPrashant D <pdhange@redhat.com>
Tue, 30 Aug 2022 12:43:45 +0000 (08:43 -0400)
commit32e40328fbdece9f6c573c11305ee525823e53c6
treee1bc1f37c2d42b8404b24c2b07149dcb3e4a7c38
parent4909e795c9d7e88b88554bb49377659ca0c72009
mon/LogMonitor: Fix log last

The ceph log last command outputs all the cluster
logs generated from logm entries at DBG level,
irrespective of their log level. We must output
cluster logs generated from logm according
to the log level specified in the log last command.

Fixes: https://tracker.ceph.com/issues/57340
Signed-off-by: Prashant D <pdhange@redhat.com>
src/mon/LogMonitor.cc