diff --git a/src/app_state.rs b/src/app_state.rs index 9bec9ad..00ace09 100644 --- a/src/app_state.rs +++ b/src/app_state.rs @@ -89,6 +89,7 @@ impl AppState { /// Кэширует список файлов из Storj S3 в Redis. pub async fn cache_storj_filelist(&self) { + info!("caching storj filelist..."); let mut redis = self.redis.clone(); // Запрашиваем список файлов из Storj S3