mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-25 13:51:45 +00:00
Deployed fe9de41 to develop in en with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
@@ -2228,15 +2228,17 @@ $RepeatedMsgReduction on
|
||||
</ul>
|
||||
<details class="info">
|
||||
<summary>Deprecated - configure syslog via command line</summary>
|
||||
</details>
|
||||
<p><code>--logfile syslog:<syslog_address></code> -- send log messages to <code>syslog</code> service using the <code><syslog_address></code> as the syslog address.</p>
|
||||
<p>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 <code>:</code> character.</p>
|
||||
<p>So, the following are the examples of possible usages:</p>
|
||||
<p>* <code>--logfile syslog:/dev/log</code> -- log to syslog (rsyslog) using the <code>/dev/log</code> socket, suitable for most systems.
|
||||
* <code>--logfile syslog</code> -- same as above, the shortcut for <code>/dev/log</code>.
|
||||
* <code>--logfile syslog:/var/run/syslog</code> -- log to syslog (rsyslog) using the <code>/var/run/syslog</code> socket. Use this on MacOS.
|
||||
* <code>--logfile syslog:localhost:514</code> -- log to local syslog using UDP socket, if it listens on port 514.
|
||||
* <code>--logfile syslog:<ip>:514</code> -- log to remote syslog at IP address and port 514. This may be used on Windows for remote logging to an external syslog server.</p>
|
||||
<ul>
|
||||
<li><code>--logfile syslog:/dev/log</code> -- log to syslog (rsyslog) using the <code>/dev/log</code> socket, suitable for most systems.</li>
|
||||
<li><code>--logfile syslog</code> -- same as above, the shortcut for <code>/dev/log</code>.</li>
|
||||
<li><code>--logfile syslog:/var/run/syslog</code> -- log to syslog (rsyslog) using the <code>/var/run/syslog</code> socket. Use this on MacOS.</li>
|
||||
<li><code>--logfile syslog:localhost:514</code> -- log to local syslog using UDP socket, if it listens on port 514.</li>
|
||||
<li><code>--logfile syslog:<ip>:514</code> -- log to remote syslog at IP address and port 514. This may be used on Windows for remote logging to an external syslog server.</li>
|
||||
</ul>
|
||||
</details>
|
||||
<h3 id="logging-to-journald">Logging to journald<a class="headerlink" href="#logging-to-journald" title="Permanent link">¶</a></h3>
|
||||
<p>This needs the <code>cysystemd</code> python package installed as dependency (<code>pip install cysystemd</code>), which is not available on Windows. Hence, the whole journald logging functionality is not available for a bot running on Windows.</p>
|
||||
<p>To send Freqtrade log messages to <code>journald</code> system service, add the following configuration snippet to your configuration.</p>
|
||||
|
||||
Reference in New Issue
Block a user