Please avoid logging too many things as "info".
For instance I'm
seeing code like this:
> PostActivate
> public void readState() {
> log.info(" PostActivate");
> ...
> }
This should be a log.debug.
The reason is that customers are very sensitive about being
able to
use logs to diagnose "what's happening", and in
normal use they
shouldn't be drowned in useless messages.
Florent
--
Florent Guillaume, Director of R&D, Nuxeo
Open Source Enterprise Content Management (ECM)
http://www.nuxeo.com http://www.nuxeo.org +33 1
40 33 79 87
_______________________________________________
ECM mailing list
ECM lists.nuxeo.com
http://li
sts.nuxeo.com/mailman/listinfo/ecm
|