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

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

Github user ilgrosso commented on a diff in the pull request:

    https://github.com/apache/syncope/pull/52#discussion_r126933321
  
    --- Diff: ide/netbeans/nb-configuration.xml ---
    @@ -18,19 +18,19 @@ specific language governing permissions and limitations
     under the License.
     -->
     <project-shared-configuration>
    -  <!--
    +    <!--
       This file contains additional configuration written by modules in the 
NetBeans IDE.
       The configuration is intended to be shared among all the users of 
project and
       therefore it is assumed to be part of version control checkout.
       Without this configuration present, some functionality in the IDE may be 
limited or fail altogether.
       -->
    -  <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1";>
    -    <!--
    +    <properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1";>
    +        <!--
         Properties that influence various parts of the IDE, especially code 
formatting and the like. 
         You can copy and paste the single properties, into the pom.xml file 
and the IDE will pick them up.
         That way multiple projects can share the same settings (useful for 
formatting rules for example).
         Any value defined here will override the pom.xml file value but is 
only applicable to the current project.
         -->
    -    
<org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
    -  </properties>
    +        
<org-netbeans-modules-javascript2-requirejs.enabled>true</org-netbeans-modules-javascript2-requirejs.enabled>
    --- End diff --
    
    I would avoid such change.


> 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)

Reply via email to