more-logs
All checks were successful
deploy / deploy (push) Successful in 1m1s

This commit is contained in:
Untone 2024-10-22 20:56:17 +03:00
parent 879b406211
commit 913b48823e

View File

@ -152,9 +152,10 @@ async fn thumbdata_save(
&thumb_filename, &thumb_filename,
thumbnail, thumbnail,
&content_type, &content_type,
) ).await;
.await; warn!("thumb {} uploaded to storj", thumb_filename);
} }
warn!("[ok] all thumbnails uploaded to storj for {}", filename);
} }
}); });
} }