EmonScripts icon indicating copy to clipboard operation
EmonScripts copied to clipboard

Create a log file of the install to aid debugging

Open borpin opened this issue 6 years ago • 2 comments

When running the scripts, I currently tee it to a log file.

./main.sh 2>&1 | tee install.log

I suggest that this is done by default to aid debugging if issues occur.

borpin avatar Oct 25 '19 08:10 borpin

Add to the documentation

borpin avatar Feb 10 '23 21:02 borpin

PR https://github.com/openenergymonitor/EmonScripts/pull/182 submitted to fulfil this request

CDuffers avatar Mar 25 '23 07:03 CDuffers