catchpoint / WebPageTest.tsproxy

Traffic-shaping SOCKS5 proxy
Apache License 2.0
73 stars 26 forks source link

Add support for dumping ts_proxy log into a file #13

Closed nedn closed 7 years ago

nedn commented 7 years ago

This would make it easier to investigate issues when ts_proxy misbehaves (see crbug.com/697900)

pmeenan commented 7 years ago

Sorry about the delay. If you pass --logfile "path/to/log.txt" it will record the log messages to the provided file insted of stdout. You'll also want to specify some level of verbosity (-vvvv for all messages)