wiresock / proxifyre

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

App is still writing logs even though the log level is set to 'None' in app-config.json #33

Closed artemiux closed 3 months ago

artemiux commented 4 months ago

This is my app-config.json:

{
  "logLevel": "None",
  "proxies": [
  <Hidden for readability>
  ]
}

But new files keep appearing in the logs directory. For example, one of them contains:

2024-05-16 10:07:10.0908|INFO|ProxiFyre.ProxiFyreService|Successfully associated Skype to censored:1080 SOCKS5 proxy with protocols TCP, UDP! 2024-05-16 10:07:10.1926|INFO|ProxiFyre.ProxiFyreService|ProxiFyre Service is running...

I've restarted ProxyFyre multiple times using the following commands:

net stop ProxiFyreService
net start ProxiFyreService
artemiux commented 3 months ago

Version 1.0.19 still produces logs containing the following messages:

_2024-05-20 15:02:10.8202|INFO|ProxiFyre.ProxiFyreService|20.05.2024 8:02:10::Message::socks5_local_router: ip_interface_changedcallback: No Internet available.::0

artemiux commented 3 months ago

Resolved. Thanks.