DanielNobbe / Forex

0 stars 0 forks source link

Add log files for logging what happens. #34

Open DanielNobbe opened 3 years ago

DanielNobbe commented 3 years ago

Currently, we use printing for logging things that happen while running. This is simple, but has the drawback that terminals sometimes delete stuff after a number of lines. Additionally, if too much is printed to a terminal, it becomes cluttered. If we use log files, we can print a lot more of the small things that happen. Ideas: