Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 590 Bytes

File metadata and controls

19 lines (12 loc) · 590 Bytes
title:Platform logging
description:Configuring platform logging.

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