Skip to content

Commit

Permalink
more logging
Browse files Browse the repository at this point in the history
TennisBowling committed Aug 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e73f496 commit 33bacc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.rs
Original file line number Diff line number Diff line change
@@ -531,6 +531,7 @@ where
}

pub async fn insert(&self, key: K, value: V) {
tracing::info!("Inserting for key {:?}", key);
tokio::join!(
self.lru.insert(key.clone(), value.clone()),
async move {

0 comments on commit 33bacc1

Please sign in to comment.