From e983c23fa6f5568d5736abcd8381642b9c921b6e Mon Sep 17 00:00:00 2001 From: Teruteru Date: Wed, 24 Aug 2022 00:02:26 +0900 Subject: [PATCH] Fix broken link --- src/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug.py b/src/debug.py index a70cb543..639be123 100644 --- a/src/debug.py +++ b/src/debug.py @@ -50,7 +50,7 @@ helper_startup.loadConfig() # Now can be overriden from a config file, which uses standard python # logging.config.fileConfig interface # examples are here: -# https://bitmessage.org/forum/index.php/topic,4820.msg11163.html#msg11163 +# https://web.archive.org/web/20170712122006/https://bitmessage.org/forum/index.php/topic,4820.msg11163.html#msg11163 log_level = 'WARNING'