Modification Logs view

The Modification Logs view shows all sucessful and failed modifications.

All modify operations are logged to a logfile in LDIF format. Additionally the result (OK or ERROR) is prepended as LDIF comment to every log record.

Example log of a sucessfully performed modification:
#!RESULT OK
#!CONNECTION ldap://localhost:389
#!DATE 2006-11-04T21:32:40.134
dn: cn=Ted Geisel,ou=People,o=JNDITutorial
changetype: modify
add: mail
mail: Ted.Geisel@JNDITutorial.com
-

Example log of a failed modification:
#!RESULT ERROR
#!CONNECTION ldap://localhost:389
#!DATE 2006-11-04T21:33:05.739
#!ERROR [LDAP: error code 20 - modify/add: mail: value #0 already exists]
dn: cn=Ted Geisel,ou=People,o=JNDITutorial
changetype: modify
add: mail
mail: Ted.Geisel@JNDITutorial.com
-

The modification logging mechanism works with logfile rotation. It uses 10 logfiles each with 100KB per connection.

IconActionDescription
RefreshReloads the current modification logfile.
OlderLoads an older modification logfile.
NewerLoads a newer modification logfile.