Skip to content

Commit 04fbae7

Browse files
authored
Merge pull request #609 from chombium/patch-1
Document more source types
2 parents a231ff5 + 8469f39 commit 04fbae7

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

deploy-apps/streaming-logs.html.md.erb

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,20 @@ For example:
144144
2016-06-14T13:44:38.14-0700 [CELL/0] OUT Successfully created container
145145
</pre>
146146

147+
### <a id='health'></a> HEALTH
148+
149+
The Diego Cell emits `HEALTH` logs when running health check actions for an app. These logs are generated by the health check binary that monitors app instances. By default, health check log output is suppressed unless an error occurs.
150+
151+
### <a id='proxy'></a> PROXY
152+
153+
Every app container includes an Envoy sidecar proxy that handles the mTLS handshake with the Gorouter and proxies traffic to the app process. The Envoy sidecar emits `PROXY` logs. By default, Envoy runs with a critical log level, so `PROXY` logs mainly appear when Envoy encounters critical errors, fails to start, or is killed due to the container running out of memory.
154+
155+
For example:
156+
157+
<pre class="terminal">
158+
2026-01-26T13:49:18.72+0000 [PROXY/0] OUT Exit status 137 (out of memory)
159+
</pre>
160+
147161

148162
## <a id='writing'></a> Writing to the log from your app
149163

0 commit comments

Comments
 (0)