Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Dec 10, 2024
1 parent 0bb396b commit 715669f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 715669f

Please sign in to comment.