|
From: Eric G. <ege...@ho...> - 2005-08-21 13:18:58
|
All, Our hosting provider is using the wrapper product for a Tomcat 4.x Java 1.4 web application running on Linux. They unfortunately, do not have expertise on how the product integrates with the internals of Tomcat. The issue we facing may not be a quirk with the wrapper product, but I figured someone may have faced this before. Some of the libraries we are using are writing exception information to the standard error stream. However, when viewing the wrapper.log file, all stderr output is being logged at the INFO level. Modifying the wrapper.console.loglevel from INFO to ERROR then suppresses any logging of the error stream. This in itself is not really a huge issue, however we would like to not log at the INFO level due to the fact that on a given day we are filling the logs with extraneous information. Has anyone seen this behavior before and have suggestions on how to fix it? Thanks, Eric |