Re: How to turn debug log on in Intellij Idea console for ignite core module?

2018-05-27 Thread Ray
Not yet. I tried your way, but seems it's not working. The default logger is JavaLogger when I started Ignite node from CommandLineStartup. And the ignite core module does not contain Log4JLogger so it will not load \ignite\config\ignite-log4j.xml. I tried adding the ignite-log4j module into igni

Re: How to turn debug log on in Intellij Idea console for ignite core module?

2018-05-25 Thread Maxim Muzafarov
Hi Ray, Have you found the solution? This is interesting question for me too. Breafly search leads me to this file: \ignite\config\ignite-log4j.xml as it described here: https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/logger/log4j/Log4JLogger.html with (and other DEBUG optio

Re: How to turn debug log on in Intellij Idea console for ignite core module?

2018-05-23 Thread Ray
Thanks for the reply. But your approach seems only to be working for tests in Ignite core module. What I'm looking for is a way to open DEBUG mode when starting an Ignite node from modules/core/src/main/java/org/apache/ignite/startup/cmdline/CommandLineStartup.java. -- Sent from: http://apache-

Re: How to turn debug log on in Intellij Idea console for ignite core module?

2018-05-23 Thread Maxim Muzafarov
g for? ср, 23 мая 2018 г. в 16:08, Ray : > I tried change .level=INFO to FINE in config/java.util.logging.properties > file and disable quite mode using -DIGNITE_QUIET=false, but it still didn't > work and there's no DEBUG or TRACE level log in the console. > Please advice me

How to turn debug log on in Intellij Idea console for ignite core module?

2018-05-23 Thread Ray
I tried change .level=INFO to FINE in config/java.util.logging.properties file and disable quite mode using -DIGNITE_QUIET=false, but it still didn't work and there's no DEBUG or TRACE level log in the console. Please advice me how to turn debug log on in Intellij Idea console for i