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"}` .. raw:: html
Type: object

AppContainerLogsFollowTailEventSourceArgs

Type: object
No Additional Properties

Tail Lines

Default: 500

Number 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: string

Name of the application whose container logs to follow.

Container Id

Type: string

Unique identifier of the specific container to get logs from.

AppContainerLogsFollowTailEventSourceEvent

Type: object
No Additional Properties

AppContainerLogsFollowTailEventSourceEvent

Type: object
No Additional Properties

Data

Type: string

The log line content.

Timestamp


Timestamp of the log entry. null if not available.

Type: string
Type: null


*Required roles:* APPS_READ