|
From: Alexandros K. <al...@kr...> - 2012-08-28 06:09:44
|
Hi Christian, ideally i would like a log level that suppresses all wrapper output to the console but prints stdout from the java application. Best Regards, Alex Kritikos On 28 Αυγ 2012, at 5:41 π.μ., Christian Mueller <chr...@ta...> wrote: > Hello Alexandros, > > even if you run the Wrapper on log level INFO for console output, there is actually not much output from the Wrapper, once the application started and running.. > wrapper | --> Wrapper Started as Console > wrapper | Java Service Wrapper Professional Edition 64-bit 3.5.15 > wrapper | Copyright (C) 1999-2012 Tanuki Software, Ltd. All Rights Reserved. > wrapper | http://wrapper.tanukisoftware.com > wrapper | Licensed to MyExample > wrapper | > wrapper | Launching a JVM... > jvm 1 | WrapperManager: Initializing... > > > you can change the output format, to only show the messages and not the prefix, by setting wrapper.console.format=M in your conf file. > > What output do you want to see suppressed? > > Best Regards, > > Christian Mueller > Tanuki Software, Ltd. > > > On Sat, Aug 25, 2012 at 12:28 AM, Alexandros Kritikos <al...@kr...> wrote: > 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 > > > ------------------------------------------------------------------------------ > 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 > > > ------------------------------------------------------------------------------ > 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 |