@admon you are team member, right? If I am not correct, please ping correct person
I wanna disable (or make them volatile) logs on my Beryl AX.
Reasons: I wanna reduce wear and tear of NOR; I wanna increase privacy without leaving any trace in system.
Any ideas how to do so? I see only 2 ways to solve this: put them in tmpfs or attach to /dev/null
admon
2
I am not part of the team, but I can tell you that all logs are RAM only.
They will vanish as soon as the device restarts.
For all other questions, I'll ping @bruce
bruce
3
Hello,
logread, dmesg, nginx, etc. (except the crash log) are all in RAM and will not wear flash.
We can only disable the logread:
/etc/init.d/log stop
Kindly note, the page "System > Log" will report an error.