You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For this, picocli (the module we use to parse cli args) has a cool feature: repeated boolean options which can be used to define the log level with the number of v
There is a small problem with this option as we have 2 log levels:
LOGFILE
logger (which is nowdebug
)STDOUT
logger (which is nowwarn
)So I am not sure yet what would this option do. Also do we really want to keep the
STDOUT
logger ?The text was updated successfully, but these errors were encountered: