From 913b48823e8b9c1284910184529d2911496f25e2 Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 22 Oct 2024 20:56:17 +0300 Subject: [PATCH] more-logs --- src/handlers/proxy.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/handlers/proxy.rs b/src/handlers/proxy.rs index 3ef7582..d1819de 100644 --- a/src/handlers/proxy.rs +++ b/src/handlers/proxy.rs @@ -152,9 +152,10 @@ async fn thumbdata_save( &thumb_filename, thumbnail, &content_type, - ) - .await; + ).await; + warn!("thumb {} uploaded to storj", thumb_filename); } + warn!("[ok] all thumbnails uploaded to storj for {}", filename); } }); }