logging: update uri of debug log in ConfigManager to reflect change in wiki (#14185)

This commit is contained in:
Michael Tennant 2026-04-27 22:02:38 +02:00 committed by GitHub
parent 62136f1669
commit d73d3f0028
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -625,7 +625,7 @@ CConfigManager::CConfigManager() {
Log::logger->log(
Log::DEBUG,
"!!!!HEY YOU, YES YOU!!!!: further logs to stdout / logfile are disabled by default. BEFORE SENDING THIS LOG, ENABLE THEM. Use debug:disable_logs = false to do so: "
"https://wiki.hypr.land/Configuring/Variables/#debug");
"https://wiki.hypr.land/Configuring/Basics/Variables/#debug");
}
if (g_pEventLoopManager && ERR.has_value())