mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-19 02:40:58 +00:00
docs: fix Note boxes not rendering correctly
This commit is contained in:
@@ -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.
|
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:
|
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.
|
* `"address": "/dev/log"` -- log to syslog (rsyslog) using the `/dev/log` socket, suitable for most systems.
|
||||||
@@ -323,9 +322,7 @@ 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": "localhost:514"` -- log to local syslog using UDP socket, if it listens on port 514.
|
||||||
* `"address": "<ip>: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.
|
* `"address": "<ip>: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"
|
??? Info "Deprecated - configure syslog via command line"
|
||||||
|
|
||||||
`--logfile syslog:<syslog_address>` -- send log messages to `syslog` service using the `<syslog_address>` as the syslog address.
|
`--logfile syslog:<syslog_address>` -- send log messages to `syslog` service using the `<syslog_address>` 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user