From 053a0c8b0d91949f5d2fae8b503a8892b85d4b99 Mon Sep 17 00:00:00 2001 From: "E. G. Patrick Bos" Date: Tue, 7 Nov 2023 09:04:12 +0100 Subject: [PATCH] fix lychee.toml --- lychee.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lychee.toml b/lychee.toml index 7e8d1dc8..b7eaa462 100644 --- a/lychee.toml +++ b/lychee.toml @@ -1,6 +1,6 @@ # Lychee configuration file # See https://github.com/lycheeverse/lychee/blob/master/lychee.example.toml exclude_all_private = true -exclude_mail = true -progress = false -verbose = true +include_mail = false +no_progress = true +verbose = "info"