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

Matthew Swift
14.27.2011 2ba1652a6ce1a77eb0fcc86f678f4caab376720b
refs
author Matthew Swift <matthew.swift@forgerock.com>
Friday, October 14, 2011 14:27 +0200
committer Matthew Swift <matthew.swift@forgerock.com>
Friday, October 14, 2011 14:27 +0200
commit2ba1652a6ce1a77eb0fcc86f678f4caab376720b
tree 84b2fbe1d363b5c0a21137b05f28afb4e76a3657 tree | zip | gz
parent 8b3657227bf15e8b1024a7f2c15d6cb728c2b6f2 view | diff
OPENDJ-308: Implement access log filtering and configurable message format

Add support for changing the format of the access log:

* configurable timestamp format
* enable logging of request and response control OIDS
* change the format to a "combined" mode where operations are logged using a single log record rather than individual request and response records.

Also fixed a bug in the time thread which prevented applications from deregistering time formatters.



6 files modified
642 ■■■■ changed files
opends/resource/schema/02-config.ldif 17 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/FileBasedAccessLogPublisherConfiguration.xml 77 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/FileBasedAccessLogPublisherCfgDefn.properties 6 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/config.properties 3 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/TextAccessLogPublisher.java 524 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/util/TimeThread.java 15 ●●●● diff | view | raw | blame | history