From ea037549349bc9dca5001df68dcfceac60896584 Mon Sep 17 00:00:00 2001 From: Lucy Voigt Date: Tue, 28 Feb 2023 13:51:20 -0800 Subject: [PATCH] Update 'verbose' in lychee TOML example to be Verbosity instead of boolean (#971) Co-authored-by: Lucy Voigt --- lychee.example.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lychee.example.toml b/lychee.example.toml index ad787ca..0e2dd77 100644 --- a/lychee.example.toml +++ b/lychee.example.toml @@ -1,7 +1,8 @@ ############################# Display ############################# # Verbose program output -verbose = false +# Accepts log level: "error", "warn", "info", "debug", "trace" +verbose = "info" # Don't show interactive progress bar while checking links. no_progress = false