FormingWorlds / PROTEUS

Coupled atmosphere-interior framework to simulate the temporal evolution of rocky planets.
https://proteus-code.readthedocs.io
Apache License 2.0
10 stars 1 forks source link

Output logging #66

Closed nichollsh closed 3 months ago

nichollsh commented 4 months ago

Currently, PROTEUS just outputs everything to the terminal via print() which doesn't easily enable logging the results to a file. It's possible to wrap PROTEUS using screen but this is clunky and doesn't fit well within GridPROTEUS.

It would be better to use the logging module to print to both the terminal and to a file at the same time.

nichollsh commented 4 months ago

This is mostly done, it just needs final tests.

nichollsh commented 3 months ago

Completed.