In the Projects window, expand the Configuration node in the project you want to modify, and then double-click midm.xml.
The file opens in the NetBeans XML editor.
Scroll to the audit-log element (located in the gui-definition element).
Make any of the following changes:
To specify that records be written to the audit log, change the value of the allow-insert element to true.
To specify that records not be written to the audit log, change the value of the allow-insert element to false.
To change the name of the Audit Log tab on the MIDM, change the value of the tab-name element.
To change the order in which the Audit Log appears on the MIDM, change the value of the display-order parameter to a different integer.
If you change the order of one tab, make sure to change the order of the remaining tabs so no tabs have an identical display order value.
To change the number of Audit Log search results that appear on one page, change the value of the item-per-page element.
To change the maximum number of audit log records that can be returned for a search, change the value of the max-result-size element.
Save and close the file.