| title: | Platform logging |
|---|---|
| description: | Configuring platform logging. |
Comprehensive platform logging is a goal for Deis 1.0. We are currently investigating solutions for this, and progress can be tracked in GitHub issue #980.
In the meantime, however, journalctl can be used to pipe log output to a remote host. For example,
to send service log output to Papertrail:
journalctl -o short -f | ncat --udp logs.papertrailapp.com 34000