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 < [email protected]> wrote: > 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 Corporation Java HotSpot(TM) 64-Bit Server VM 25.161-b12 > [12:10:58] Initial heap size is 256MB (should be no less than 512MB, use > -Xms512m -Xmx512m). > [12:10:58] Configured plugins: > [12:10:58] ^-- None > [12:10:58] > [12:11:00] Message queue limit is set to 0 which may lead to potential > OOMEs when running cache operations in FULL_ASYNC or PRIMARY_SYNC modes due > to message queues growth on sender and receiver sides. > [12:11:00] Security status [authentication=off, tls/ssl=off] > [12:11:01] To start Console Management & Monitoring run > ignitevisorcmd.{sh|bat} > [12:11:01] > [12:11:01] Ignite node started OK (id=2e120cab, instance name=nextflow) > [12:11:01] Topology snapshot [ver=1, servers=1, clients=0, CPUs=8, > offheap=3.2GB, heap=4.0GB] > [12:11:01] Data Regions Configured: > [12:11:01] ^-- default [initSize=256.0 MiB, maxSize=3.2 GiB, > persistenceEnabled=false] > > > > p >
