Skip to content

Commit a2a80cb

Browse files
authored
Added stacktrace to log entries, e.g. for GET /jobs/{job_id}/logs) #512 (#571)
1 parent 8b63b58 commit a2a80cb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
- [Processing Parameters Extension](./extensions/processing-parameters/README.md)
1414
- `GET /credentials/oidc`: Added `authorization_parameters` property to enforce specific parameters for the authorization endpoint [#534](https://github.com/Open-EO/openeo-api/issues/534)
1515
- `POST /result`: Added response header "OpenEO-Identifier" to expose an identifier associated with a synchronous processing request.
16+
- Added `stacktrace` to log entries (e.g. for `GET /jobs/{job_id}/logs`) [#512](https://github.com/Open-EO/openeo-api/issues/512)
1617
- Added `version` property to `GET /processes` [#517](https://github.com/Open-EO/openeo-api/issues/517)
1718
- Added `queued`, `started` and `unpublished` to the batch job metadata and the corresponding STAC results [#542](https://github.com/Open-EO/openeo-api/issues/542)
1819
- Added all the batch job timestamps (including the new timestamps above) to the Collection type of batch job results

openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6491,6 +6491,10 @@ components:
64916491
example: udf
64926492
usage:
64936493
$ref: '#/components/schemas/usage'
6494+
stacktrace:
6495+
type: string
6496+
description: >-
6497+
A stacktrace or similar, may include whitespaces for formatting.
64946498
links:
64956499
$ref: '#/components/schemas/log_links'
64966500
usage:

0 commit comments

Comments
 (0)