|
From: Christian M. <chr...@ta...> - 2013-03-04 06:12:21
|
Hi Mike, the log levels of the Wrapper refer not directly to the JVM output. Currently, all output produced by JVM is by default being logged at loglevel INFO. If you decide to move the loglevel above INFO, then the Wrapper will not write any output from the JVM to the log target (file, console, etc.). The log level WARN is only going to show you warnings and errors detected by the Wrapper. If you have control of the source, you could decide to use method WrapperManager.log(int, String), which allows you to write a message to a different log level than INFO. Please let me know if you have any further questions. Thank you, Christian Mueller Tanuki Software, Ltd. On Fri, Mar 1, 2013 at 11:35 PM, Mike Morley <Mik...@ta...>wrote: > Does anyone have experience with the wrapper log levels? I normally just > use the default (INFO) but wanted to reduce the number of log entries. I > changed wrapper.logile.loglevel to WARN but I am getting no messages at all > on a very busy JVM. My assumption is that WARN will show me Warnings and > Errors. **** > > ** ** > > Mike Morley**** > > Software Services**** > > Talbots Inc.**** > > 813-829-7067(w)**** > > 813-431-2572(c)**** > > ** ** > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_feb > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |