Re: [ucn] adding an observer (and somehow failing so far)

> 1) where is the exception thrown? (there seems to be something in
> webapps/unicorn/WEB-INF/logs/package/all.log but there does not seem
> to be any helpful error)

In "unicorn/WEB-INF/logs/..." we actually log only the exception
message, i will work about log all exception stack trace. The stack
trace are also log in "tomcat5/logs/catalina.out" but with also many
other logs.

> 2) can we get a log file only for errors, for things that the
> framework maintainer needs to fix?

In "unicorn/WEB-INF/logs" there are two directory :
- "level" : contains one log file by log level (trace, debug, info,
warn and error).
- "package" : contains one log file by unicorn package and an
"all.log" file with all unicorn log information.

> 3) is it possible to check the various configuration files for (at
> least) xml-wellformedness at build time? No big deal if it's not
> possible, but it would certainly be helpful if the errors were shown
> by `ant war` rather than hidden deep in the tomcat directory structure.

I'm think it's possible to add in the "war" ant target a run to check
the "xml-wellformedness", so i add this to my todo list.

Damien.

Received on Friday, 18 August 2006 08:06:53 UTC