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
Add new CLI flag --log-level=<level> and remove flags --debug, --trace and --verbose. The new flag can be sued to set the log level to any of the used log levels. In addition to current situation, this makes it also possible to suppress warning and/or errors on. As of that users can more easily control the amount of logging produced by ktlint.
Possible downside is that --log-level=debug is more cumbersome to specify than --debug or -v.
…with `--log-level=<level>` or the short version `-l=<level>.
Closespinterest#1632
* Allow disabling logging in CLI by setting `--log-level=none` or `-l=none`.
Closespinterest#1652
Add new CLI flag
--log-level=<level>
and remove flags--debug
,--trace
and--verbose
. The new flag can be sued to set the log level to any of the used log levels. In addition to current situation, this makes it also possible to suppress warning and/or errors on. As of that users can more easily control the amount of logging produced by ktlint.Possible downside is that
--log-level=debug
is more cumbersome to specify than--debug
or-v
.Originally posted by @paul-dingemans in #1624 (comment)
The text was updated successfully, but these errors were encountered: