slotlist / slotlist-backend

Backend of slotlist.info, an ArmA 3 mission planning and slotlist management tool
https://slotlist.info
MIT License
13 stars 6 forks source link

Reduce payload logging to potentially improve response times #55

Closed MorpheusXAUT closed 6 years ago

MorpheusXAUT commented 6 years ago

I suspect that logging the response payloads, especially in large requests like a fully-slotted mission adds quite a delay to responses. It should thus be tried to remove the extra output that does not add much information anyways to try and speed up response times.


Tasks

MorpheusXAUT commented 6 years ago

responsePayload and requestPayload has been removed from the logs. This should hopefully reduce the delay caused by logging and thus speed up responses.