all operations
 .RE
 .TP
+.B logoldfilter <filter>
+Specify a filter for matching against Deleted and Modified entries. If
+the entry matches the filter, the old contents of the entry will be
+logged along with the current request.
+.TP
 .B logpurge <age> <interval>
 Specify the maximum age for log entries to be retained in the database,
 and how often to scan the database for old entries. Both the
        overlay accesslog
        logdb cn=log
        logops writes reads
+       logfilter (objectclass=person)
 .fi
 
 .SH SCHEMA
 attribute: value
 .RE
 .PD
-This option is not yet implemented.
+The
+.B reqOld
+attribute is only populated if the entry being deleted matches the filter
+in the
+.B logoldfilter
+configuration.
 
 .LP
 .RS 4
 optionally contain the previous contents of any modified attributes in the
 .B reqOld
 attribute, using the same format as described above for the Delete operation.
-This option is not yet implemented.
+The
+.B reqOld
+attribute is only populated if the entry being modified matches the filter
+in the
+.B logoldfilter
+configuration.
 
 .LP
 .RS 4