Hello, Of course you can configure logger. If you want to more friendly log configuration I recommend using log4j. By default ignite using ignite-log4j logger, but if it is not found in classpath then Ignite using JUL (default location of configuration JUL file JRE_HOME/liob/logger.properties).
Unfortunately, I not know a article about logger configuration in Ignite, but you look into the java doc[1]. [1]: https://ignite.apache.org/releases/1.6.0/javadoc/org/apache/ignite/logger/log4j/Log4JLogger.html On Thu, Aug 4, 2016 at 8:25 PM, zshamrock <[email protected]> wrote: > How do you troubleshoot ignite issues in production? > > Regards logs file, I see there is IGNITE_HOME/work/log directory, with the > following files in it: > ls -1 > ignite-1c980573.0.log > ignite-1c980573.0.log.lck > ignite-2d181411.0.log > ignite-7261bcd3.0.log > ignite-7261bcd3.0.log.lck > ignite-75b64de5.0.log > ignite-75b64de5.0.log.lck > ignite-7b7387d6.0.log > ignite-7b7387d6.0.log.lck > ignite-c7053883.0.log > ignite-c7053883.0.log.lck > > How to find out which one is the latest log file to `less`? Is it possible > to configure the different log file location? As well to setup the logging > details? > > Thank you. > > > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Ignite-logging-and-troubleshooting-tp6771.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Vladislav Pyatkov
