Closed melissalinkert closed 3 years ago
Default is INFO, and --debug sets to DEBUG. --log-level takes an optional argument which is one of the logback levels:
INFO
--debug
DEBUG
--log-level
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
Replaced by #48.
Sorry. Didn't check for open PRs! ;)
Default is
INFO
, and--debug
sets toDEBUG
.--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