SteveOv / platodebs

POC for producing a catalogue of dEBs for observation by the PLATO mission
1 stars 0 forks source link

Add logging of console messages/print statements #5

Closed SteveOv closed 5 months ago

SteveOv commented 5 months ago

Probably easiest to copy over the Tee class I created for the deblib.

SteveOv commented 5 months ago

Not going to bother with this. It's easy enough to pipe to the built in tee command. For example;

python process_results.py | tee ./process_results.log