Audit features
--------------

                 Key: SYNCOPE-20
                 URL: https://issues.apache.org/jira/browse/SYNCOPE-20
             Project: Syncope
          Issue Type: Task
          Components: client, console, core
    Affects Versions: 1.1-incubating
         Environment: http://code.google.com/p/syncope/issues/detail?id=282
            Reporter: Francesco Chicchiriccò
            Assignee: Francesco Chicchiriccò


Audit will be implemented as a special logger, managed via Logback.

This means that there will be dedicated 

Logger AUDIT = LoggerFactory.getLogger("syncope.audit")
Logger AUDIT = LoggerFactory.getLogger("syncope.audit.user")
Logger AUDIT = LoggerFactory.getLogger("syncope.audit.user.login")
Logger AUDIT = LoggerFactory.getLogger("syncope.audit.user.update")

and so on.

Such loggers will then be invoked in appropriate places.
Each of these loggers will have configurable level by empowering existing 
Logback features.

Moreover, a DBAppender [1] will be configured for these, leaving audit 
information for possible further processing.

[1] http://logback.qos.ch/manual/appenders.html#DBAppender

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to