...
You can change the SCSP proxy logging level in real time by issuing the following statement from the proxy:
_curl -i http://127.0.0.1?setproxyloglevel=10
_
10 is an example to change the level to debug (10) level. All of the common logging levels are available (like 20,30,40).
...