glencoesoftware / raw2ometiff

Raw format to OME-TIFF converter
GNU General Public License v2.0
46 stars 20 forks source link

Add --log-level option to set the specific logging level #46

Closed melissalinkert closed 3 years ago

melissalinkert commented 3 years ago

Default is INFO, and --debug sets to DEBUG. --log-level takes an optional argument which is one of the logback levels:

http://logback.qos.ch/apidocs/ch/qos/logback/classic/Level.html

If the argument is not specified or is an invalid level name, DEBUG is used.

See https://github.com/glencoesoftware/bioformats2raw/pull/75

melissalinkert commented 3 years ago

Replaced by #48.

joshmoore commented 3 years ago

Sorry. Didn't check for open PRs! ;)