intellij-community icon indicating copy to clipboard operation
intellij-community copied to clipboard

Simplify logging output options to three, matching the options availa…

Open arvindanekal opened this issue 8 years ago • 1 comments
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)

arvindanekal avatar May 27 '17 01:05 arvindanekal

@vladsoroka please review.

ignatov avatar Jul 21 '18 13:07 ignatov