Skip to content

Commit

Permalink
Use zap for structured logs on tile pregeneration
Browse files Browse the repository at this point in the history
Bug: T347717
Change-Id: Ib8e59b16977f25f0bb1765d17eb3b4e9717af80c
  • Loading branch information
johngian committed Nov 28, 2023
1 parent 7ac95ef commit 0b67e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pregenerate-maps-tiles.sh
Expand Up @@ -65,7 +65,7 @@ do
dequeueStatus=${PIPESTATUS[0]}

# Pregenerate tiles that exist in tilelist
$TEGOLA_PATH --config "$TEGOLA_CONFIG_PATH" cache $CACHE_OPERATION --overwrite tile-list "$TILELIST_PATH"
$TEGOLA_PATH --logger zap --config "$TEGOLA_CONFIG_PATH" cache $CACHE_OPERATION --overwrite tile-list "$TILELIST_PATH"

if [ "$dequeueStatus" -eq 100 ] # Queue is empty
then
Expand Down

0 comments on commit 0b67e00

Please sign in to comment.