On 22.10.2003 20:14, Rui Alberto L. Gonçalves wrote:
Me again,
my assumptions where right and everything is working
as supposed....I didn't copied the new compiled component to the correct location and was using an old version...
You know...it's not my day...:)
Thanks to all...
On Wed, 2003-10-22 at 14:30, Rui Alberto L. Gonçalves wrote:
Hi all, I'm trying to write my own generator, but I can't figure out where messages logged with getLogger().debug(msg) are actually logged!!
It depends on you component declaration, i.e.
>><map:generator logger="sitemap.generator.request" name="requestg" >> pool-grow="4" pool-max="32" pool-min="8" >> src="cava.generators.MyGenerator"> >> <parameter name="backend-host" value="127.0.0.1"/> >> <parameter name="backend-port" value="5050"/> >></map:generator>
, and logkit.xconf. In theory and defalt parameters from Cocoon, it should log in sitemap.log. But the default log level is INFO if I remember correctly, so it could be that your logging is suppressed.
I think it's even ERROR in 2.1
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
