You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"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
The text was updated successfully, but these errors were encountered:
artemiux
changed the title
App is still writing logs even though the log level is set to 'none' in app-config.json
App is still writing logs even though the log level is set to 'None' in app-config.json
May 16, 2024
…on (#33)
Resolved the issue where Proxifyre was still writing log files even though the log level was set to 'None' in app-config.json. Now, when the log level is set to 'None', no log files will be generated, ensuring that the application adheres to the specified logging configuration.
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_changed_callback: No Internet available.::0
This is my app-config.json:
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:
The text was updated successfully, but these errors were encountered: