|
From: Alexandros K. <al...@kr...> - 2012-08-24 15:58:35
|
Hi Leif, thanks for your response. I was not referring to the logs but to the console output as we do not require any log files in this case. Is it still not possible to suppress this? Not even with a --customize option? Thanks, Alex Kritikos my-Channels (A Software AG company) On Aug 3, 2012, at 5:35 PM, Leif Mortenson <lei...@ta...> wrote: > 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) > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user |