You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Vadim Gritsenko <va...@reverycodes.com> on 2005/04/01 19:33:12 UTC

Re: core logging

Jorg Heymans wrote:
> 
> It would be nice to have an easy to trace logfile where one can
> follow sequentially how a request is processed, what main components are 
> involved, when they are called, how they affect the response etc 
> (basically the things you can find out with a debugger).

There is SimpleSitemapExecutor in 2.2 - probably that's what you want.


> This would also make it easier for beginning cocooners to learn the core 
> cocoon concepts (sitemap,matchers,gen|tran|ser|act,flow,forms) and how 
> they play together.
> 
> Can something like this be implemented with clever logging targets only?

As far as I see in 2.1 messages such as:

DEBUG (2005-04-01) 12:29.15:698 [sitemap] (/) PoolThread-4/PreparableMatchNode: 
Matcher 'wildcard' matched prepared pattern '' at 
file:/C:/Work/Apache/cocoon-2.1.X/build/webapp/sitemap.xmap:525:27

all go to [sitemap] target at DEBUG level - which makes filtering hard :-)


Vadim