ironwoodcall / TagTracker

Simple tag tracker for bike valet operation and data gathering
Other
3 stars 1 forks source link

`spool` feature sends all screen i/o to a logfile #132

Closed tevpg closed 1 year ago

tevpg commented 1 year ago

spool feature

What

All user input and all system output to screen is echoed to a logfile, presumably in the PUBLISH directory, for support and usability analysis. SPOOL in tagtracker_config sets default Possibly use a spool on|off command

How:

Comment

The very simplest way to do this is to redirect using tee in the O/S, e.g.: python3 tagtracker.py | tee <logfile> Downsides are:

But golly, talk about simple

tevpg commented 1 year ago

Done as part of #85 but only way to enable right now is in config file(s)