From 78943bf88db2526f6d7f1c06c2a3887b545740f9 Mon Sep 17 00:00:00 2001 From: froggleston Date: Tue, 29 Apr 2025 14:57:54 +0100 Subject: [PATCH] Add link to FAQ --- docs/strategy-101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy-101.md b/docs/strategy-101.md index 5f2c3d49d..72e64f3de 100644 --- a/docs/strategy-101.md +++ b/docs/strategy-101.md @@ -178,7 +178,7 @@ Once your bot is running in dry or live mode, Freqtrade has six mechanisms to co Freqtrade generates extensive debugging logs to help you understand what's happening. Please familiarise yourself with the information and error messages you might see in your bot logs. -Logging by default occurs on standard out (the command line). If you want to write out to a file instead, many freqtrade commands, including the `trade` command, accepts the `--logfile` option to write to a file. +Logging by default occurs on standard out (the command line). If you want to write out to a file instead, many freqtrade commands, including the `trade` command, accept the `--logfile` option to write to a file. Check the [FAQ](https://www.freqtrade.io/en/stable/faq/#how-do-i-search-the-bot-logs-for-something) for examples.