wiresock / proxifyre

ProxiFyre: SOCKS5 Proxifier for Windows
https://www.ntkernel.com
GNU Affero General Public License v3.0
298 stars 23 forks source link

Problem with logging using proxifyre.exe #13

Closed mohammadH726 closed 1 year ago

mohammadH726 commented 1 year ago

Dear Sir

I am writing to report a problem with logging using the proxifyre.exe command line tool. I have followed the instructions on the documentation, but I cannot see any results or logs.

The command I used was: proxifyre.exe -log-level all

The expected output was: A log file containing detailed information about the proxy settings and connections.

The actual output was: Nothing. No log file was created or displayed.

I have tried to troubleshoot the problem by checking the permissions, firewall settings, and proxy configuration, but nothing worked. I am using Windows 10 64-bit and the latest version of proxifyre.exe.

I would appreciate it if you could look into this issue and provide a solution or a workaround. Thank you for your time and attention.

chiyochichi commented 1 year ago

try proxifyre.exe all

wiresock commented 1 year ago

Would you be so kind as to evaluate v1.0.18 and share your insights and feedback? We greatly value your opinion.

mohammadH726 commented 1 year ago

Would you be so kind as to evaluate v1.0.18 and share your insights and feedback? We greatly value your opinion.

Thank you for your response. I have tested the new release (v1.0.18) and everything works as expected.

chiyochichi commented 1 year ago

what log levels are there?

wiresock commented 1 year ago

public enum class LogLevel { None = 0, Info = 1, Deb = 2, All = 3, };