On 12/11/2012 12:55, ernst Developer wrote: > Hi, > > Is it possible, out of the box, to register a event logger in Syncope? > What we basically want is a message for every crud operation that > occur in Syncope. > The data we need is: > - operation; > - username; > - timestamp; > - resource propagation; > - who issued the operation.
This is basically audit, added since 1.0.0-incubating. Just take a look at admin console, under Reports -> Audit ; select the categories you want (in case of success / failure or both) and you will find the log messages in the database table 'logging_event'. If you want to change the way how audit messages are stored (i.e. no database but file, for example), just override [1] - it's a plain logback configuration file. Regards. [1] https://svn.apache.org/repos/asf/incubator/syncope/branches/1_0_X/core/src/main/resources/audit.xml -- Francesco Chicchiriccò ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member http://people.apache.org/~ilgrosso/
