MatsuriDayo / nekoray

Qt based cross-platform GUI proxy configuration manager (backend: v2ray / sing-box)
https://matsuridayo.github.io/
GNU General Public License v3.0
11.18k stars 1.1k forks source link

Option to prevent logs being written to disk #1315

Open radiumatic opened 2 weeks ago

radiumatic commented 2 weeks ago

Description suggestions

Logs are always written to disk (neko.log), wearing it down (wasting the write cycle limit), despite the fact that almost always all users merely need a glance at the logs, not a way to debug the core. Nekoray also handles the network, which means there will be LOTS of logs.

An option allowing to toggle the logs being saved to disk would be great solution for this problem.

Necessity of recommendations