We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b157d commit 3cdbf51Copy full SHA for 3cdbf51
src/main/scala/io/iohk/ethereum/Mantis.scala
@@ -6,7 +6,7 @@ import java.util.logging.LogManager
6
7
object Mantis extends Logger {
8
def main(args: Array[String]): Unit = {
9
- LogManager.getLogManager().reset();
+ LogManager.getLogManager().reset(); // disable java.util.logging, ie. in legacy parts of jupnp
10
11
val node =
12
if (Config.testmode) {
0 commit comments