Andrea Patricelli created SYNCOPE-1517:
------------------------------------------
Summary: Audit appender should be configurable
Key: SYNCOPE-1517
URL: https://issues.apache.org/jira/browse/SYNCOPE-1517
Project: Syncope
Issue Type: Improvement
Components: core
Affects Versions: 2.1.5
Reporter: Andrea Patricelli
Fix For: 2.1.6, 3.0.0
At the moment the default audit appender is a staticly defined as JDBC appender
in
[LoggerLoader|[https://github.com/apache/syncope/blob/2_1_X/core/logic/src/main/java/org/apache/syncope/core/logic/init/LoggerLoader.java]].
Provide the possibility to define a custom audit appender through property
(logic.properties), which default implementation is Log4j2 JdbcAppender.
Moreover the actual definition of
[AuditAppender|[https://github.com/apache/syncope/blob/2_1_X/core/logic/src/main/java/org/apache/syncope/core/logic/audit/AuditAppender.java]]
should support search methods in order to be used by Audit APIs in order to
search on the right log source.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)