We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38c9379 commit 8b582d4Copy full SHA for 8b582d4
1 file changed
docs/managing_deis/platform_logging.rst
@@ -26,7 +26,7 @@ and port provided to me by Papertrail:
26
27
.. code-block:: console
28
29
- $ journalctl -o short -f | ncat --udp logs2.papertrailapp.com 23654
+ $ journalctl -o short -f | ncat --ssl logs2.papertrailapp.com 23654
30
31
This is really only useful when shipped as a service that we don't have to run ourselves in
32
a shell. We can use a fleet service for this:
@@ -37,7 +37,7 @@ a shell. We can use a fleet service for this:
37
Description=Log forwarder
38
39
[Service]
40
- ExecStart=/bin/sh -c "journalctl -o short -f | ncat --udp logs2.papertrailapp.com 23654"
+ ExecStart=/bin/sh -c "journalctl -o short -f | ncat --ssl logs2.papertrailapp.com 23654"
41
42
[Install]
43
WantedBy=multi-user.target
0 commit comments