On 6/29/06, Daniel del Río <[EMAIL PROTECTED]> wrote:

Hi all,
I have a trace in the console like "DEBUG DelegatingVariableResolver :
Attempting to resolve variable 'org.apache.shale.TAG_UTILITY_BEAN"
The console is full of traces like this every time a page is reload, what
it means?


It looks like you have debug-level logging turned on for Shale, which is
definitely going to create *lots* of output.  This particular message means
that a value binding expression was being evaluated that included this
particular managed bean name.

I tried to limit the category for the org.apache package in the log4j
configuration file without luck.

log4j.logger.org.apache.shale=OFF  (i would prefer not to quit all, but
for test...)


You'd probably be better off setting the overall Shale logging level to
INFO.  You can then go set the level to debug on particular classes if you
want debug-level logging for investigating a particular area.

some have an answer?

thanks in advance.
drh.


Craig

Reply via email to