orbisgis / geoclimate

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

ability to call geoclimate-xxx.jar with 'verbose' option ? - feature request #780

Closed simogeo closed 1 year ago

simogeo commented 1 year ago

It would be nice to be able to specify to display processes when running geoclimate ?

Option a) by passing '--verbose' argument when calling geoclimate-xxx.jar Option b) by passing 'verbose' option in json file

image

ebocher commented 1 year ago

Check System.setProperty(org.slf4j.impl.SimpleLogger.DEFAULT_LOG_LEVEL_KEY, "TRACE");

ebocher commented 1 year ago

Done

ebocher commented 1 year ago

Here the doc https://github.com/orbisgis/geoclimate/wiki/Frequently-Asked-Questions#how-to-custom-log-messages-with-geoclimate-cli-