Hey I wrote this so that the backend logs every request it receives and the response (first 100 bytes of each). Now when people complain about bugs I can figure out exactly what is going on.
The log level should be debug, but that pulls in a bunch of other things
Hey I wrote this so that the backend logs every request it receives and the response (first 100 bytes of each). Now when people complain about bugs I can figure out exactly what is going on.
The log level should be debug, but that pulls in a bunch of other things