...
Value | Description |
---|---|
Time stamp | The time stamp that an action was done. Example : 05/02/2017 18:18:30,839 |
Action execution time (ms) | The action execution time in mili seconds. |
User IP Address | The IP address of the user that perform the action .(For customers over NAT the actual IP may be the NAT service) |
User ID | The DPOD logged in user ID that performed the action |
Action | The action description. Example : addUser(userName=User1) |
...
Code Block | ||||
---|---|---|---|---|
| ||||
<Logger name="org.montier.ui.web.filter.AuditFilter" level="debug" additivity="false"> <AppenderRef ref="MONTIER"/> <AppenderRef ref="CATALINAAUDIT_FILE"/> </Logger> |
Make sure to restart the UI service after altering the log4j configuration file.
...