app.container_log_follow¶
Retrieve logs of a container/service in an app.
This event is generated by a dynamic source. If you want to specify subscription params, subscribe to it using the name in the following format app.container_log_follow:{“param”: “value”}
Type: object
No Additional Properties
No Additional Properties
No Additional Properties
AppContainerLogsFollowTailEventSourceArgs
Type: objectNo Additional Properties
Tail Lines
Default: 500Number of log lines to tail from the end of the log. If null, retrieve complete logs of the container.
Type: integer
Value must be greater or equal to 1
Type: null
App Name
Type: stringName of the application whose container logs to follow.
Container Id
Type: stringUnique identifier of the specific container to get logs from.
AppContainerLogsFollowTailEventSourceEvent
Type: objectNo Additional Properties
AppContainerLogsFollowTailEventSourceEvent
Type: objectNo Additional Properties
Data
Type: stringThe log line content.
Timestamp
Timestamp of the log entry. null if not available.
Type: string
Type: null
Required roles: APPS_READ