|
|
Cleanup logs
Updated: 23/06/07 22:04
Created: 23/06/07 21:02
|
|
As Bogdan said, there are some performance issues with the logs:
- When indexing a document its content its logged several times (the blob included)
- Also the toString() method of the document - dump the entire document content
- And this method is very used in logs => another performance problem. (dumping the document content each time a log is made
is time consuming and should be avopided)
We also should make sure that when the application is behaving normally, very few and only non-threatening messages appear in the logs when the logger is configured for production (WARNING or INFO levels).
|
|
|
|
|
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets