Skip to content

Commit 0097e7f

Browse files
committed
RDoc-3843 - fixed by review comment: two separate error files (ETL, AI) for debug package
1 parent 34e86b0 commit 0097e7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/monitoring/task-errors/overview.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ type.
134134
* Retention is per task and per table, so a single noisy task cannot push errors out of
135135
an unrelated task.
136136

137-
* Errors are also included in the server's debug package as `etl.errors.json`, so
138-
support engineers can capture a full error history without going through Studio or
139-
the HTTP endpoints.
137+
* Errors are also included in the server's debug package as `etl.errors.json` (for
138+
ETL task errors) and `ai.errors.json` (for AI task errors), so support engineers
139+
can capture a full error history without going through Studio or the HTTP endpoints.
140140

141141
</Panel>
142142

0 commit comments

Comments
 (0)