Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ValueDescription
Time stampThe 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 AddressThe IP address of the user that perform the action .(For customers over NAT the actual IP may be the NAT service)
User IDThe DPOD logged in user ID that performed the action
ActionThe action description. Example : addUser(userName=User1)

...

Code Block
languagexml
themeRDark
<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.

...