mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-06 18:04:20 +01:00
columns: remove spamming info logs about writing to cache
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -3,7 +3,7 @@ use std::{collections::HashMap, fmt, str::FromStr};
|
||||
use enostr::Pubkey;
|
||||
use nostrdb::{Ndb, Transaction};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use tracing::{error, info};
|
||||
use tracing::{debug, error};
|
||||
|
||||
use crate::{
|
||||
column::{Columns, IntermediaryRoute},
|
||||
@@ -66,7 +66,7 @@ pub fn save_decks_cache(path: &DataPath, decks_cache: &DecksCache) {
|
||||
DECKS_CACHE_FILE, e
|
||||
);
|
||||
} else {
|
||||
info!("Successfully wrote decks cache to {}", DECKS_CACHE_FILE);
|
||||
debug!("Successfully wrote decks cache to {}", DECKS_CACHE_FILE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user