NCATSTranslator / workflow-runner

1 stars 1 forks source link

Return logs #7

Closed patrickkwang closed 2 years ago

patrickkwang commented 2 years ago

We should be logging, at minimum:

  1. When requests are made to ARAs
  2. What kind of responses are received
    • status codes
    • TRAPI validation
  3. When errors occur
    • traceback?

We should return these logs to the client with our response.

kennethmorton commented 2 years ago

Addressed in #10 and integrated into version 1.2.0