app.container_log_follow

Retrieve logs of a container/service in an app.

Name of app and id of container/service is required. Optionally tail_lines and limit_bytes can be specified.

tail_lines is an option to select how many lines of logs to retrieve for the said container. It defaults to 500. If set to null, it will retrieve complete logs of the container.

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

AppContainerLogsFollowTailEventSourceArgs

Type: object
No Additional Properties

Tail Lines

Default: 500

Type: integer

Value must be greater or equal to 1

Type: null

App Name

Type: string

Container Id

Type: string

AppContainerLogsFollowTailEventSourceEvent

Type: object
No Additional Properties

AppContainerLogsFollowTailEventSourceEvent

Type: object
No Additional Properties

Data

Type: string

Timestamp


Type: string
Type: null


Required roles: APPS_READ