Stream Logs
CLI: 1node logs --deployment <id> [--follow]
API:
GET /v1/logs/{deploymentId}
Query Params:
Name
Type
Description
follow
boolean
Stream logs in real time
Response:
ยท 200: Content is a newline-delimited stream of log lines.
Last updated
CLI: 1node logs --deployment <id> [--follow]
API:
GET /v1/logs/{deploymentId}
Query Params:
follow
boolean
Stream logs in real time
Response:
ยท 200: Content is a newline-delimited stream of log lines.
Last updated