This commit is contained in:
hroff-1902
2019-11-02 02:32:57 +03:00
committed by GitHub
parent 2124661cee
commit e9af6b393f

View File

@@ -61,7 +61,7 @@ By default, the bot writes its log into stderr stream. This is implemented this
* In unix shells, this normally can be done as simple as:
```shell
freqtrade --some-options 2>&1 >/dev/null | grep 'something'
$ freqtrade --some-options 2>&1 >/dev/null | grep 'something'
```
(note, `2>&1` and `>/dev/null` should be written in this order)