Skip to content
  • Fabien Viale's avatar
    Change content-type produced by log outputs · 9dc75081
    Fabien Viale authored
     - log outputs are in general not valid json as it simply returns the contents of the log as plain text
     - json is returned only in case of errors (wrong job id for example)
     - plain text as application/json cannot be forcefully parsed by angular/js. So in order to use these requests from angular, it is necessary to advertise them as text/plain
     - did not modify the live logs output (for now)
    9dc75081