Open LukaszKontowski opened 2 years ago
Is there a way to disable PluginLogger's warn logs? In our project (https://github.com/VirtusLab/ide-probe) we are having some warn logs that in our case do not tell us anything useful (https://github.com/JetBrains/sbt-idea-plugin/blob/master/packaging/src/main/scala/org/jetbrains/sbtidea/packaging/mappings/LinearMappingsBuilder.scala#L86-L87). I would like to disable such logs. Is there a way to do this?
PluginLogger
warn
Is there a way to disable
PluginLogger
'swarn
logs? In our project (https://github.com/VirtusLab/ide-probe) we are having somewarn
logs that in our case do not tell us anything useful (https://github.com/JetBrains/sbt-idea-plugin/blob/master/packaging/src/main/scala/org/jetbrains/sbtidea/packaging/mappings/LinearMappingsBuilder.scala#L86-L87). I would like to disable such logs. Is there a way to do this?