dsdk / v1.47 / ServiceLogsData
Type Alias: ServiceLogsData ​
ServiceLogsData:
object
Type declaration ​
Name | Type | Description |
---|---|---|
path | object | - |
path.id | string | ID or name of the service |
query ? | object | - |
query.details ? | boolean | Show service context and extra details provided to logs. |
query.follow ? | boolean | Keep connection after returning logs. |
query.since ? | number | Only return logs since this time, as a UNIX timestamp |
query.stderr ? | boolean | Return logs from stderr |
query.stdout ? | boolean | Return logs from stdout |
query.tail ? | string | Only return this number of log lines from the end of the logs. Specify as an integer or all to output all log lines. |
query.timestamps ? | boolean | Add timestamps to every log line |