Skip to content

Commit 19f5809

Browse files
committed
Refine phrasing and examples for newly added types
I took a deeper look to double check and adjusted as per my findings
1 parent 04fbae7 commit 19f5809

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,22 @@ For example:
146146

147147
### <a id='health'></a> HEALTH
148148

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.
149+
The Diego Cell emits `HEALTH` logs for health check activity on an app. This inlcudes lifecycle events as well as monitoring start and health-state transitions.
150+
151+
For example:
152+
153+
<pre class="terminal">
154+
2026-01-26T13:49:18.72+0000 [HEALTH/0] OUT Container passed the readiness health check. Container marked ready and added to route pool.
155+
</pre>
150156

151157
### <a id='proxy'></a> PROXY
152158

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.
159+
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 you rarely see `PROXY` logs. They mainly appear when Envoy exits or is killed, such as when the container runs out of memory.
154160

155161
For example:
156162

157163
<pre class="terminal">
158-
2026-01-26T13:49:18.72+0000 [PROXY/0] OUT Exit status 137 (out of memory)
164+
2026-01-26T13:49:18.72+0000 [PROXY/0] OUT Exit status 137
159165
</pre>
160166

161167

@@ -261,4 +267,4 @@ If you are developing a client that displays a stream of <%= vars.app_runtime_ab
261267
<br><br>
262268
By changing the Java log output, you can force your app to reformat stack trace messages, replacing newline
263269
characters with a token. Set your log parsing code to replace that token with newline characters again to display the
264-
logs properly in Kibana.
270+
logs properly in Kibana.

0 commit comments

Comments
 (0)