intellij-community
intellij-community copied to clipboard
Simplify logging output options to three, matching the options availa…
trafficstars
Fix for IDEA-52042: https://youtrack.jetbrains.com/issue/IDEA-52042
Signed-off-by: Arvind Ranganathan [email protected]
This fix constrains the output options to just three (debug, info and warn) matching the options available in apache maven (--debug, --quiet and for no option, everything). This avoids ambiguity and makes the UI simpler. Existing tests work fine and no new tests were needed.
This credits for the idea of the fix goes to Timothy Basanov (https://github.com/timothybasanov)
@vladsoroka please review.