[PL] Lower the default PL engine messages log level down to INFO
^KT-59136
This commit is contained in:
committed by
Space Team
parent
98cfa0315e
commit
b7bd078a31
+1
-1
@@ -34,7 +34,7 @@ enum class PartialLinkageLogLevel {
|
||||
INFO, WARNING, ERROR;
|
||||
|
||||
companion object {
|
||||
val DEFAULT = WARNING
|
||||
val DEFAULT = INFO
|
||||
|
||||
fun resolveLogLevel(key: String): PartialLinkageLogLevel? =
|
||||
values().firstOrNull { entry -> entry.name.equals(key, ignoreCase = true) }
|
||||
|
||||
Reference in New Issue
Block a user