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