From 791f7d5342396d64218520b9719e1a9a984d55d7 Mon Sep 17 00:00:00 2001 From: sigoa Date: Sun, 6 May 2018 15:53:23 +0200 Subject: [PATCH] Updated 6 Tips & Tricks (markdown) --- 6-Tips-&-Tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-Tips-&-Tricks.md b/6-Tips-&-Tricks.md index 1f8756c..db2f377 100644 --- a/6-Tips-&-Tricks.md +++ b/6-Tips-&-Tricks.md @@ -1,5 +1,5 @@ * Reduce the "log level" to have smaller "debug.log" files, or none at all. -edit a text file "logger.dat" accordingly: how to [do it](https://bitmessage.org/forum/index.php?topic=4820.msg11163#msg11163) +edit a text file "logger.dat" [accordingly](https://docs.python.org/2/library/logging.config.html#logging.config.fileConfig): how to [do it](https://bitmessage.org/forum/index.php?topic=4820.msg11163#msg11163) *