>
>
> > No, as aggregation, just as every other pipeline construct, uses the
> > cache system. So the slowness should come from other parts
> of the pipeline.
>
> On a side note, which logkit logger do I have to enable if I want to
> see all caching activity from Cocoon ? I'm afraid some of my pipelines
> are still quite slow even with type="caching" enabled, and I'd like to
> see what's going on behind the scene.
I think you'll need
<!-- Cocoon cache and stores logger -->
<category log-level="WARN" name="store">
<category log-level="WARN" name="janitor">
<log-target id-ref="core"/>
<log-target id-ref="error"/>
</category>
<log-target id-ref="core"/>
<log-target id-ref="error"/>
</category>
>
> Thanks
> Laurent
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]