From 0d1d86c4db01723c440436616f518eb1dfc66869 Mon Sep 17 00:00:00 2001 From: Patrick Bos Date: Wed, 8 Nov 2023 15:37:58 +0100 Subject: [PATCH] fix lychee.toml (#306) --- 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"