Add /log endpoint to accept logs
Adds endpoint to accept logs sent to the server. Ensures that log payloads over size are rejected safely. The maximum payload size has been computed as 2x the maximum URL & Header size of a request to a GCP load balancer - https://cloud.google.com/load-balancing/docs/quotas#https-lb-header-limits
Resolves #1 (closed)