From 3153d3a1b60bc698f1a3e55d399e654953e94f77 Mon Sep 17 00:00:00 2001 From: Bernard Tyers Date: Tue, 29 Mar 2022 20:25:27 +0200 Subject: [PATCH] Doc: Improve debugging.md (#6342) --- readme/debugging.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme/debugging.md b/readme/debugging.md index d7b806e8e..cb2bfa7de 100644 --- a/readme/debugging.md +++ b/readme/debugging.md @@ -13,6 +13,8 @@ Otherwise, follow these instructions: - The development tools should now be opened. Click the "Console" tab - Now repeat the action that was causing problem. The console might output warnings or errors - please add them to the GitHub issue. Also open log.txt in the config folder and if there is any error or warning, please also add them to the issue. +Make sure you disable debugging once you've finished. Leaving it enabled can cause your log.txt to grow very quickly. To disable debugging, simply delete the "flags.txt" file created. + ## CLI application - Start the app with `joplin --debug --log-level debug`