According to the documentation* the <categories> directive allows to specify the log priority of the logger assigned to a component like so:

<component name="repository"
          class="DefaultRepository"
          profile="default">
 <categories priority="WARN"/>
</component>

However, it doesn't seem to work :-( logger.info("blah"); in my repository component gets printed to the console anyway. Unless something changed in the spec that isn't documented or I am overseeing something fundamental, AFAICS this behavior is broken in merlin 3.3-RC6.

--
Unico

* http://avalon.apache.org/merlin/reference/containment/directives/components/categories/index.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to