Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
Requesting an unavailable log or stdout file from the JobManager's HTTP server returns status code 404 now. In previous releases, the HTTP server would return a file with '(file unavailable)' as its content.
Description
- list jobmanager all log file
- /jobmanager/logs
{ "logs": [ { "name": "jobmanager.log", "size": 12529 } ] }
- read jobmanager log file
- /jobmanager/log/[filename]
- response: same as jobmanager's log