opencadc / uws

client and server implementations of the Universal Worker Service (UWS) specification
GNU Affero General Public License v3.0
2 stars 8 forks source link

need info log message when async job created and modified #5

Closed pdowler closed 6 years ago

pdowler commented 8 years ago
  1. should have the usual START and END messages when an async job is created
  2. should also have them for job modification (add/change params) but not when phase is changed as the JobRunner will log START and END for that
pdowler commented 6 years ago

supported in the cadc-rest based AsyncServlet implementation