Is there a way to view logs of requests
123bistami opened this issue · 1 comments
123bistami commented
Hello,
thank you for sharing your work. Is there a way to view proxy request log, e.g. response code 200,403.
BR
39ff commented
please check docker logs command
https://docs.docker.com/engine/reference/commandline/logs/
docker logs YOUR_CONTAINER_NAME
Example
docker logs dockersquid_rotate
docker logs dockersquid_rotate -f