application

Return logs of the named `App` in the `Namespace` streamed over a websocket.

get/namespaces/{Namespace}/applications/{App}/logs

Path parameters

Namespacestring required
Appstring required

Query parameters

followstring

Stream logs in real-time (true/false)

tailstring

Limit to last N lines

sincestring

Show logs from duration ago (e.g. "1h", "30m")

since_timestring

Show logs since RFC3339 timestamp

include_containersstring

Comma-separated container names/patterns to include

exclude_containersstring

Comma-separated container names/patterns to exclude

Changes