spideruci / tacoco

Integrated Software Analysis Framework
https://github.com/spideruci/tacoco
MIT License
8 stars 7 forks source link

Add flag to write logs to file instead of stdout #101

Open kajdreef opened 4 years ago

kajdreef commented 4 years ago

Currently we write all the logs out to the stdout. It may be interesting to give an option to write it to file somewhere. The flag seems to be there, but is not doing logging anything(?) to file. As an example, when running the ./tacoco-diagnoses script we see that all three log files in tacoco_output are empty.