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"}` .. raw:: html
Value must be greater or equal to 1