Skip to content

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

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