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

Matthew Swift
11.34.2011 33092f68b1dfc3b9dae653b8b0b95cbab5381d5c
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
commit33092f68b1dfc3b9dae653b8b0b95cbab5381d5c
tree 0d91dc0eafd34007658b60e6f76da46d27085dfa tree | zip | gz
parent c6fdf4f19883a7705d908cf6d0de915886d04cd2 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
opends/resource/config/config.ldif 2 ●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 34 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/AccessLogFilteringCriteriaConfiguration.xml 98 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileBasedAccessLogPublisherConfiguration.xml 46 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileBasedAuditLogPublisherConfiguration.xml 288 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/AccessLogFilteringCriteriaCfgDefn.properties 17 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/FileBasedAccessLogPublisherCfgDefn.properties 7 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/FileBasedAuditLogPublisherCfgDefn.properties 26 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java 885 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAuditLogPublisher.java 23 ●●●● diff | view | raw | blame | history