wilbert-alberts / RiksLift

0 stars 0 forks source link

Cleanup logging #1

Open benslag opened 1 week ago

benslag commented 1 week ago

Align on one logging mechanism.

wilbert-alberts commented 6 days ago

At least we should direct logging to a file in tmpfs during execution. Then once a day, make a copy of this file to an usb flash drive and truncate the file in tmpfs. Second, we should harmonize on the format of logged information. For function tracing: agree on entry and exit syntax. Include the time of logging (take into account #4 ).