mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-14 12:52:55 +00:00
rrd: do not log tree info-level messages on applying journal
That's rather excessive and has not much value for users. So degrade two of the messages to debug-level. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
9f135cf16e
commit
08cee13c03
@ -448,7 +448,7 @@ fn commit_journal_impl(
|
|||||||
|
|
||||||
let mut dir_set = BTreeSet::new();
|
let mut dir_set = BTreeSet::new();
|
||||||
|
|
||||||
log::info!("write rrd data back to disk");
|
log::debug!("write rrd data back to disk");
|
||||||
|
|
||||||
// save all RRDs - we only need a read lock here
|
// save all RRDs - we only need a read lock here
|
||||||
// Note: no fsync here (we do it afterwards)
|
// Note: no fsync here (we do it afterwards)
|
||||||
@ -470,7 +470,7 @@ fn commit_journal_impl(
|
|||||||
// the likelihood that files are already synced, so this is
|
// the likelihood that files are already synced, so this is
|
||||||
// much faster (although we need to re-open the files).
|
// much faster (although we need to re-open the files).
|
||||||
|
|
||||||
log::info!("starting rrd data sync");
|
log::debug!("starting rrd data sync");
|
||||||
|
|
||||||
for rel_path in files.iter() {
|
for rel_path in files.iter() {
|
||||||
let mut path = config.basedir.clone();
|
let mut path = config.basedir.clone();
|
||||||
|
Loading…
Reference in New Issue
Block a user