diff --git a/crates/notedeck/src/urls.rs b/crates/notedeck/src/urls.rs index 30516eb8..ddaf3ec4 100644 --- a/crates/notedeck/src/urls.rs +++ b/crates/notedeck/src/urls.rs @@ -113,7 +113,7 @@ fn save_to_disk(path: PathBuf, cache: Arc>) { let mut file = File::create(&path)?; file.write_all(&encoded)?; file.sync_all()?; - tracing::info!("Saved UrlCache to disk."); + tracing::debug!("Saved UrlCache to disk."); Ok(()) } else { Err(Error::Generic(