FAQ | This is a LIVE service | Changelog

Skip to content

Add /log endpoint to accept logs

Mike Knee requested to merge dev-create-server into main

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)

Merge request reports

Loading