diff --git a/docs/advanced-setup.md b/docs/advanced-setup.md index f20e91cb0..88afbef94 100644 --- a/docs/advanced-setup.md +++ b/docs/advanced-setup.md @@ -315,7 +315,6 @@ $RepeatedMsgReduction on The syslog address can be either a Unix domain socket (socket filename) or a UDP socket specification, consisting of IP address and UDP port, separated by the `:` character. - So, the following are the examples of possible addresses: * `"address": "/dev/log"` -- log to syslog (rsyslog) using the `/dev/log` socket, suitable for most systems. @@ -323,20 +322,18 @@ So, the following are the examples of possible addresses: * `"address": "localhost:514"` -- log to local syslog using UDP socket, if it listens on port 514. * `"address": ":514"` -- log to remote syslog at IP address and port 514. This may be used on Windows for remote logging to an external syslog server. - ??? Info "Deprecated - configure syslog via command line" + `--logfile syslog:` -- send log messages to `syslog` service using the `` as the syslog address. - `--logfile syslog:` -- send log messages to `syslog` service using the `` as the syslog address. + The syslog address can be either a Unix domain socket (socket filename) or a UDP socket specification, consisting of IP address and UDP port, separated by the `:` character. - The syslog address can be either a Unix domain socket (socket filename) or a UDP socket specification, consisting of IP address and UDP port, separated by the `:` character. + So, the following are the examples of possible usages: - So, the following are the examples of possible usages: - - * `--logfile syslog:/dev/log` -- log to syslog (rsyslog) using the `/dev/log` socket, suitable for most systems. - * `--logfile syslog` -- same as above, the shortcut for `/dev/log`. - * `--logfile syslog:/var/run/syslog` -- log to syslog (rsyslog) using the `/var/run/syslog` socket. Use this on MacOS. - * `--logfile syslog:localhost:514` -- log to local syslog using UDP socket, if it listens on port 514. - * `--logfile syslog::514` -- log to remote syslog at IP address and port 514. This may be used on Windows for remote logging to an external syslog server. + * `--logfile syslog:/dev/log` -- log to syslog (rsyslog) using the `/dev/log` socket, suitable for most systems. + * `--logfile syslog` -- same as above, the shortcut for `/dev/log`. + * `--logfile syslog:/var/run/syslog` -- log to syslog (rsyslog) using the `/var/run/syslog` socket. Use this on MacOS. + * `--logfile syslog:localhost:514` -- log to local syslog using UDP socket, if it listens on port 514. + * `--logfile syslog::514` -- log to remote syslog at IP address and port 514. This may be used on Windows for remote logging to an external syslog server. ### Logging to journald diff --git a/docs/freqai.md b/docs/freqai.md index cda8efe13..c3d3a4ec3 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -79,7 +79,7 @@ pip install -r requirements-freqai.txt If you are using docker, a dedicated tag with FreqAI dependencies is available as `:freqai`. As such - you can replace the image line in your docker compose file with `image: freqtradeorg/freqtrade:stable_freqai`. This image contains the regular FreqAI dependencies. Similar to native installs, Catboost will not be available on ARM based devices. If you would like to use PyTorch or Reinforcement learning, you should use the torch or RL tags, `image: freqtradeorg/freqtrade:stable_freqaitorch`, `image: freqtradeorg/freqtrade:stable_freqairl`. !!! note "docker-compose-freqai.yml" - We do provide an explicit docker-compose file for this in `docker/docker-compose-freqai.yml` - which can be used via `docker compose -f docker/docker-compose-freqai.yml run ...` - or can be copied to replace the original docker file. This docker-compose file also contains a (disabled) section to enable GPU resources within docker containers. This obviously assumes the system has GPU resources available. + We do provide an explicit docker-compose file for this in `docker/docker-compose-freqai.yml` - which can be used via `docker compose -f docker/docker-compose-freqai.yml run ...` - or can be copied to replace the original docker file. This docker-compose file also contains a (disabled) section to enable GPU resources within docker containers. This obviously assumes the system has GPU resources available. ### FreqAI position in open-source machine learning landscape