forked from phoedos/pmd
Disable type inf logging by default
This commit is contained in:
parent
04dfb782f0
commit
2df68ed168
@ -22,7 +22,7 @@ public class JavaLanguageProperties extends JvmLanguagePropertyBundle {
|
|||||||
PropertyFactory.enumProperty("xTypeInferenceLogging",
|
PropertyFactory.enumProperty("xTypeInferenceLogging",
|
||||||
EnumUtils.getEnumMap(InferenceLoggingVerbosity.class))
|
EnumUtils.getEnumMap(InferenceLoggingVerbosity.class))
|
||||||
.desc("Verbosity of the type inference logging")
|
.desc("Verbosity of the type inference logging")
|
||||||
.defaultValue(InferenceLoggingVerbosity.VERBOSE)
|
.defaultValue(InferenceLoggingVerbosity.DISABLED)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user