You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
Michael Puncel edited this page Jan 7, 2015
·
4 revisions
Logging Configuration
P2 by default logs to stdout. It supports adding additional destinations for log output right now. Currently the only supported log destination type is socket.
To add a log destination, add config like the following to P2's pod manifest:
This will cause log messages to be written best-effort to path. This is useful when deploying a buddy process in the pod to do processing of log messages, such as sending them to a Kafka deployment.