Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
artemiux opened this issue May 16, 2024 · 2 comments

Comments

@artemiux
Copy link

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 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
wiresock added a commit that referenced this issue May 18, 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.
@artemiux
Copy link
Author

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

@artemiux
Copy link
Author

Resolved. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant