diff --git a/app/src/main.rs b/app/src/main.rs index b88a29d..4d4e173 100644 --- a/app/src/main.rs +++ b/app/src/main.rs @@ -395,6 +395,7 @@ fn main() { // The parent tile coordinates are calculated from the file with the maximum zoom level for z in (min_zoom..max_zoom).rev() { + log::info!("aggregating zoom level: {}", z); aggregate_zoom_level(tmp_dir_path.path(), z).unwrap(); } log::info!("Finish zoom aggregation in {:?}", start_local.elapsed());