You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/12 10:44:00 UTC

[jira] [Commented] (SYNCOPE-1144) Customizable Audit appender

    [ https://issues.apache.org/jira/browse/SYNCOPE-1144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16083781#comment-16083781 ] 

ASF GitHub Bot commented on SYNCOPE-1144:
-----------------------------------------

GitHub user andrea-patricelli opened a pull request:

    https://github.com/apache/syncope/pull/52

    [SYNCOPE-1144] configurable audit appenders with message rewrite option

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andrea-patricelli/syncope 2_0_X

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/syncope/pull/52.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #52
    
----
commit f24c68e298be612d3d78d817fdebb088134b66f4
Author: Andrea Patricelli <an...@apache.org>
Date:   2017-07-04T10:09:45Z

    [SYNCOPE-1144] configurable audit appenders with message rewrite option

----


> Customizable Audit appender
> ---------------------------
>
>                 Key: SYNCOPE-1144
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-1144
>             Project: Syncope
>          Issue Type: New Feature
>          Components: common, console, core
>            Reporter: Francesco Chicchiriccò
>            Assignee: Andrea Patricelli
>             Fix For: 2.0.5, 2.1.0
>
>
> The Audit mechanism is based on LOG4J, configured to use the {{JDBCAppender}} to store the audit statements into the {{SyncopeAudit}} table in the internal storage.
> Besides this base mechanism, we can introduce the {{AuditAppender}} interface, whose instances can:
> # declare which event(s) they will be invoked with
> # declare another LOG4J appender to send the statements to (besides the {{JDBCAppender}} as above)
> # optionally offer the ability to transform the standard statement to a format more suitable to the target appender



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)