Verbose output for snowflake proxy

Hi all. Is it possible to get more detailed log stream for the snowflake proxy running on the base system of MacOS? I’m using a bash profile. I’m not having any problems I need to diagnose—in fact it works really well. I’m just curious. I got kind of used to seeing the log output in a docker container until I abandoned that due to the heavy resource use of a linux VM running on MacOS.

Thanks!

You can get more verbose output by running the proxy with -verbose, if you are using docker you can do:

docker run --network host thetorproject/snowflake-proxy:latest -verbose
4 Likes

This topic was automatically closed 2 hours after the last reply. New replies are no longer allowed.