orbisgis / geoclimate

Geospatial processing toolbox for environmental and climate studies
GNU Lesser General Public License v3.0
59 stars 16 forks source link

Add the possibility to custom the logger #793

Closed ebocher closed 1 year ago

ebocher commented 1 year ago

Now it's possible with the Geoclimate CLI to custom the log messages.

Examples :

-w osm -f /tmp/config.json -l off //No messages
-w osm -f /tmp/config.json -l info //info messages
-w osm -f /tmp/config.json -l debug //info + debug messages
j3r3m1 commented 1 year ago

By default do you plan to have info instead of off ? Because currently it seems there is no informations logged when we apply the workflow

ebocher commented 1 year ago

By default do you plan to have info instead of off ? Because currently it seems there is no informations logged when we apply the workflow

The default log level is set to info.