Fix documentation to use --logfile, not --logfilename (which does not

exist)
This commit is contained in:
Matthias
2020-04-21 20:42:58 +02:00
parent 87f1060abc
commit 6b53197dfc
2 changed files with 13 additions and 13 deletions

View File

@@ -100,7 +100,7 @@ $ tail -f /path/to/mylogfile.log | grep 'something'
```
from a separate terminal window.
On Windows, the `--logfilename` option is also supported by Freqtrade and you can use the `findstr` command to search the log for the string of interest:
On Windows, the `--logfile` option is also supported by Freqtrade and you can use the `findstr` command to search the log for the string of interest:
```
> type \path\to\mylogfile.log | findstr "something"
```