EcoExtreML / zampy

Tool for downloading Land Surface Model input data
https://zampy.readthedocs.io/
Apache License 2.0
1 stars 0 forks source link

Implement formal logging system #13

Open BSchilperoort opened 1 year ago

BSchilperoort commented 1 year ago

For now we return (debugging) info to the user with print statements.

Eventually we should probably change the print statements to a more formal logging system.

_Originally posted by @BSchilperoort in https://github.com/EcoExtreML/zampy/pull/11#discussion_r1265349919_

geek-yang commented 1 year ago

Good point! And this logging system should output all error and warning messages in one file (e.g. like the .out file on snellius).

BSchilperoort commented 1 year ago

And depending on the logging level and debug level, print to terminal.