...BTW: Where is the cocoon.log located? Sorry but I'm a cocoon newbie :-)...

A useful trick to find out where logs are created (by any app) is:

 touch /tmp/timestamp
 ...run the app
 find . -newer /tmp/timestamp

Replacing . with paths where you suspect logs might be created.

-Bertrand

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

Reply via email to