]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/scrub: downgrade one periodic log message to l.25
authorRonen Friedman <rfriedma@redhat.com>
Sat, 23 Dec 2023 12:40:06 +0000 (06:40 -0600)
committerRonen Friedman <rfriedma@redhat.com>
Thu, 28 Dec 2023 20:58:05 +0000 (14:58 -0600)
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/scrubber/pg_scrubber.cc

index 9dd35d61871c0875bb81e503e805aece6cccba80..253962f0fd492b64debd679a923584861b26599d 100644 (file)
@@ -2416,7 +2416,7 @@ void PgScrubber::update_scrub_stats(ceph::coarse_real_clock::time_point now_is)
   /// \todo use the date library (either the one included in Arrow or directly)
   /// to get the formatting of the time_points.
 
-  if (g_conf()->subsys.should_gather<ceph_subsys_osd, 20>()) {
+  if (g_conf()->subsys.should_gather<ceph_subsys_osd, 25>()) {
     // will only create the debug strings if required
     char buf[50];
     auto printable_last = fmt::localtime(clock::to_time_t(m_last_stat_upd));