Disable type inf logging by default
This commit is contained in:
@ -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();
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user