Use trace log level for multi-line table factory options on rocksdb startup.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-09-27 23:38:13 +00:00
parent ae52676e33
commit 9383922d09
2 changed files with 4 additions and 5 deletions

View File

@@ -303,7 +303,7 @@ fn worker_init(&self, id: usize) {
}
}
debug!(
trace!(
?group,
affinity = ?affinity.collect::<Vec<_>>(),
"worker ready"