Don't log errors while proxying web requests to frontend
Created by: eseliger
These usually just contain ECONNRESET errors caused by the browser cancelling requests. This should not be needed to actually debug something, and in the very rare case, it can be easily turned on again. Also, having onError log made the error message appear twice.