RE: Extra console output from logs.

2019-01-15 Thread Stanislav Lukyanov
console output from logs. More precisely this is what we see... This line is good: {"appTimestamp":"2019-01-09T18:29:34.298+00:00","threadName":"vert.x-worker-thread-0","level":"INFO","loggerName"

Re: Extra console output from logs.

2019-01-15 Thread Ilya Kasnacheev
Hello! As far as I can see Ignite is going to print its logo to stderr or stdout regardless of configured logger, along as some other output. Regards, -- Ilya Kasnacheev чт, 10 янв. 2019 г. в 21:25, javadevmtl : > Nobody has experienced this? I'm not trying to disable logs. I'm just >

Re: Extra console output from logs.

2019-01-10 Thread javadevmtl
Nobody has experienced this? I'm not trying to disable logs. I'm just getting double the output... -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Extra console output from logs.

2019-01-09 Thread javadevmtl
More precisely this is what we see... This line is good: {"appTimestamp":"2019-01-09T18:29:34.298+00:00","threadName":"vert.x-worker-thread-0","level":"INFO","loggerName":"org.apache.ignite.internal.IgniteKernal%xx-dev","message":"\n\n>>> __ \n>>> / _/ ___/

Extra console output from logs.

2019-01-09 Thread javadevmtl
Hi using 2.3.7 and Slf4J and a Json encoder so all our logs can print as Json. We setup the logger as follows... IgniteLogger log = new Slf4jLogger(); igniteConfig.setGridLogger(log); But we have noticed that there is duplicate output from Ignite to the console in the desired