Re: How suppress Ignite log message

2018-04-05 Thread aealexsandrov
Hello, You can try to use next options: -DIGNITE_NO_ASCII=true -DIGNITE_QUIET=false 1) IGNITE_NO_ASCII will turn off the Ignite ascii message: if (System.getProperty(IGNITE_NO_ASCII) == null) { String ver = "ver. " + ACK_VER_STR; // Big thanks to:

Re: How suppress Ignite log message

2018-04-04 Thread Denis Magda
Paolo, What was the part of the output you were concerned about? I haven't spotted anything suspicious. -- Denis On Sat, Mar 24, 2018 at 8:55 AM, Paolo Di Tommaso wrote: > For the records, setting the sys property `IGNITE_QUIET=false` disable the > output to the

Re: How suppress Ignite log message

2018-03-24 Thread Paolo Di Tommaso
For the records, setting the sys property `IGNITE_QUIET=false` disable the output to the system output (a bit counterintuitive .. ) p On Fri, Mar 23, 2018 at 12:13 PM, Paolo Di Tommaso < paolo.ditomm...@gmail.com> wrote: > Hi all, > > I'm migrating an application version 1.6 to 2.4. > > I've

How suppress Ignite log message

2018-03-23 Thread Paolo Di Tommaso
Hi all, I'm migrating an application version 1.6 to 2.4. I've noticed the latter is printing to the stdout some logging information (see below). How to hide that stuff? [12:10:58] OS: Mac OS X 10.11.6 x86_64 [12:10:58] VM information: Java(TM) SE Runtime Environment 1.8.0_161-b12 Oracle