|
From: Leif M. <lei...@ta...> - 2012-08-03 15:04:58
|
Alex, Sorry, it is not currently possible to completely disable the Wrapper's output. You will at least always see the startup banner in the logs.That output is logged at the STATUS log level which is as you found out, higher than the INFO log level of the JVM output. The Wrapper also has the ability to pass parameters directly through to the JVM using the "--" value in the argument list. Everything after that will be sent directly to the JVM. You can also customize the JVM to make all parameters go to the JVM: http://wrapper.tanukisoftware.com/doc/english/customize.html Cheers, Leif On Fri, Aug 3, 2012 at 9:29 PM, Alexandros Kritikos <al...@kr...>wrote: > Hi Leif, > > We are experimenting with using wrapper to simply launch (and detach) > various console java applications. These applications expect command line > arguments so if they are run without anything they print out a usage > message. Is it possible to disable ALL wrapper console output but still see > any System.out messages from the java application? Currently if i set the > console log level to anything less than INFO it not only suppresses wrapper > console messages but the application ones. We are using the latest version > of the wrapper. > > Many thanks in advance, > > Alex Kritikos > my-Channels (A Software AG company) > |