Docs - Task ref logs correction (#11746)

* Update tasks.md

Removed confusing backreference

* Update tasks.md

Changed silly grammar.
This commit is contained in:
Peter Marshall 2021-12-07 17:15:19 +00:00 committed by GitHub
parent 65cadbe42a
commit d7463c99e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ Task logs on the Druid web console are retrieved via an [API](../operations/api-
If you don't see the log file in long-term storage, it means either:
1. the middleManager / indexer failed to push the log file to deep storage or
2. the task failed before the Step 5 in the above flow.
2. the task did not complete.
You can check the middleManager / indexer logs locally to see if there was a push failure. If there was not, check the Overlord's own process logs to see why the task failed before it started.