On 13 Nov 2015, at 18:02, Sanne Grinovero <sanne@infinispan.org> wrote:


Although, I'm surprised that you want to use an actual logging
category. The API for that is awful for rich events; I do realize that
"text" is a rather standard API, and stuff like ELK are great because
they can analyze it, but their goal is to consume any Log format,
while you are producing events so you can choose for a richer model.

The L side of thing is all about taking the flat text and re-extract structure out of it for proper indexing. So if you can avoid losing the structure in the first place, that’s better.