Skip to content

Commit

Permalink
Reduce logging verbosity during site generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
bartfeenstra committed Jan 2, 2024
1 parent 889bd82 commit 55031f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -Eeuo pipefail
cd "$(dirname "$0")/.."

rm -rf ./output
betty -vv -c ./betty.yaml generate
betty -v -c ./betty.yaml generate

0 comments on commit 55031f3

Please sign in to comment.