From: Alister P. <gsp...@gm...> - 2015-05-19 00:26:11
|
Hi, Has anyone generated Server-Sent events from eXist? (Regardless of event source.) In particular, I want to record Create and Delete events - possibly updates. This would apply to all resources - not just XML. I want to avoid triggers if possible - because I’m already using them in different places and I want this to be a global service for the /db. It seems that the simplest approach might be to use Log4J to write to a log file - or a socket. Is there already such a log message (I can’t see anything in debug mode) - where might be the best place to add such a log message? Thanks, Alister. |