xtvdata
xtvdata
Hi Barabba, besides I'm not the author (@azlux is the author). The chain to generate a log can be either: > `Application` > [create log in /var/log] or > `Application`...
Hi, in order to perform the synchronization, _log2ram_ leverages `rsync` (`cp` is only as a backup solution in case rsync is not available). _rsync_ copies to the destination only new...
Hi, > Hi mate, thanks for lot of infos! What do you mean with "rotate"? You mean to be caked up inot the SD every X hours like log2ram is...
Why not to just add an entry in /etc/rsyslog.d/ and rotate the logs as needed? If the logs are indeed huge (and really needed with that detail) the only real...
In order to perform a test it should not be needed to change your code (unless it's an improvement to the code itself). However, it seems to me that the...
Thanks for the quick feedback. I've just manually forced update/recompliation both at app level and at global level (now npm is at v10.2.1), and restarted node-red. However, I still get...
> Just checking by "manually forced update/recompliation" do you mean you ran `npm rebuild`? Yes, done that too. I've also attempted to install on a new RPI: - fresh system...
> Can you check what version of `net-snmp` has been installed as a dependency please This is the extract of the `package.json` for the installed `net-snmp` in the `/home/node-red/.node-red/node_modules/net-snmp` directory:...
Hello I can confirm this issue. Also for me happened somewhere around 10.x, can't pinpoint the exact release, but indeed after 10.0 and before or at 10.2.4. I'm using the...
Thanks for the quick reply. For a subproject such as this one I'd suggest to avoid using a dedicated library/npm-module designed for complex logging. A simple approach like the above...