mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
11.34.2011 94e032ad316e15392d3e590c6f4620c10017c9d6
refs
author Matthew Swift <matthew.swift@forgerock.com>
Tuesday, October 11, 2011 18:34 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Tuesday, October 11, 2011 18:34 +0200
commit94e032ad316e15392d3e590c6f4620c10017c9d6
tree edf5ca635166da2ed7d5005eebbf5ca93c25dbd7 tree | zip | gz
parent 8d212480566777f0f72f95b0b90ff938cca4f447 view | diff
Fix OPENDJ-308: Implement access log filtering and configurable message format

* split access and audit log configuration, since filtering is not appropriate for the audit log
* add initial filtering capabilities to the access log (based on operation type only for now).

4 files added
6 files modified
1426 ■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 2 ●●● diff | view | raw | blame | history
opendj-sdk/opends/resource/schema/02-config.ldif 34 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/AccessLogFilteringCriteriaConfiguration.xml 98 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/FileBasedAccessLogPublisherConfiguration.xml 46 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/defn/org/opends/server/admin/std/FileBasedAuditLogPublisherConfiguration.xml 288 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/messages/AccessLogFilteringCriteriaCfgDefn.properties 17 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/messages/FileBasedAccessLogPublisherCfgDefn.properties 7 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/admin/messages/FileBasedAuditLogPublisherCfgDefn.properties 26 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java 885 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/loggers/TextAuditLogPublisher.java 23 ●●●● diff | view | raw | blame | history