From fbdb06d0190de717d07431965134b9bca335b7d2 Mon Sep 17 00:00:00 2001
From: RahulGautamSingh <rahultesnik@gmail.com>
Date: Thu, 25 Jul 2024 22:31:50 +0530
Subject: [PATCH] docs: fix broken link (#30383)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
---
 lib/modules/datasource/custom/readme.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/datasource/custom/readme.md b/lib/modules/datasource/custom/readme.md
index a4a964d638..0764f76feb 100644
--- a/lib/modules/datasource/custom/readme.md
+++ b/lib/modules/datasource/custom/readme.md
@@ -105,7 +105,7 @@ If you use the Mend Renovate app, use the [`logLevelRemap` config option](../../
 
 If you self-host Renovate, follow these steps to get the trace logs:
 
-1. Set the [`logFileLevel` config option](../../../self-hosted-configuration.md#logfilelevel) to `trace`
+1. Set the [`LOG_FILE_LEVEL` env var](../../../config-overview.md#logging-variables) to `trace`
 1. Run Renovate in [`dryRun` mode](../../../self-hosted-configuration.md#dryrun)
 
 ### Formats
-- 
GitLab