Hi,
first, hope you are all doing well in this Covid Confinement period.
looks like external logs has been requested for years now.
Could you allow a simple way to output logs please? ( something we can optionally enable or disable via a simple management form in "settings", or in an app)
Start small and simple if you wish like a simple write to a CSV file on SMB share on the lan with a daily rotation. that should be easy. --> url or IP/shareFolder/, login, password, Filename to simply create filename_[date].csv and a switch to enable or disable
You could later add a second option for advanced users: push to a syslog server
CSV would be a very good start ( CSV can even be imported to Splunk or other syslog servers, manually or by monitoring the CSV folder)
Thanks for that info.
This is very interesting, but not for the regular user.
I will look into WebSockets and try to find a client to install on a server to dump files. Do you have a suggestion of such simple tool to install on a Win 2016 Server or Win 10 desktop ?
This being said, this is way to geeky and lightyears over the head of the regular home user who just want his logs dumped in files.
A simple destination folder on a lan machine to dump csv files is really a much simpler option to consider and would be used by a vaster majority of people who simply want logs not a programming project
you are very right for the reguler home user hahaha, let's say the "more hands on user" haha
of course It should be an option that you would need to activate, that's exactly what I also thought when I wrote "and a switch to enable or disable" in the top post
NodeRed can be installed on Windows and you can use it to listen to the hub web sockets and write to a file and do a whole lot of other things. Search the community for NodeRed for 1000s of posts on this topic amongst many threads.