JetBrains / sbt-idea-plugin

Develop IntelliJ plugins with Scala and SBT
Apache License 2.0
98 stars 28 forks source link

How to disable `PluginLogger`'s `warn` logs? #118

Open LukaszKontowski opened 2 years ago

LukaszKontowski commented 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?