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?
Is there a way to disable
PluginLogger'swarnlogs? In our project (https://github.com/VirtusLab/ide-probe) we are having somewarnlogs 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?