Skip to content

Commit 85408f1

Browse files
author
Splitter
committed
chore: verbose Netlify logs
1 parent 4611cec commit 85408f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
pnpm install --verbose
1111
1212
echo "=== Running Hugo build ==="
13-
hugo --gc --minify -b $URL --verbose --debug --logLevel info
13+
hugo --gc --minify -b $URL --logLevel debug --printI18nWarnings --printPathWarnings --printUnusedTemplates
1414
1515
echo "=== Running Pagefind indexing ==="
1616
pnpm dlx pagefind --source 'public' --verbose
@@ -37,7 +37,7 @@
3737
echo "=== Deploy Preview Build ==="
3838
echo "Deploy URL: $DEPLOY_PRIME_URL"
3939
pnpm install --verbose
40-
hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --verbose --debug --logLevel info
40+
hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
4141
pnpm dlx pagefind --source 'public' --verbose
4242
"""
4343

@@ -47,7 +47,7 @@
4747
echo "=== Branch Deploy Build ==="
4848
echo "Deploy URL: $DEPLOY_PRIME_URL"
4949
pnpm install --verbose
50-
hugo --gc --minify -b $DEPLOY_PRIME_URL --verbose --debug --logLevel info
50+
hugo --gc --minify -b $DEPLOY_PRIME_URL --logLevel debug --printI18nWarnings --printPathWarnings
5151
pnpm dlx pagefind --source 'public' --verbose
5252
"""
5353

0 commit comments

Comments
 (0)