mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-28 18:50:53 +00:00
Compaction is routine and the log messages pollute the log files, hiding important information. All the data is available via `nodetool compactionhistory`. Reduce noise by demoting those log messages to debug level. One test is adjusted to use debug level for compaction, since it listens for those messages. Closes scylladb/scylladb#24949