System Logging

Prev Next

System Change Log


Location: System Configuration > System Status > System Change Log

image402.png

On this page it is possible to see the log of different configuration changes made across the system. Record can be filtered by specified search criteria (user, event type, module, date etc.).

In System.properties file it is possible to specify for how long the data should be stored in the database and corresponding clean-up will be automatically executed after specified time limit is reached.

#Interval of cleanup task for config logs in hours (default is 240)
configLogging.cleanup.interval = 240

Currently supported logging of such events:

  • Changes of the module “Settings” and showing the log records

  • Field definition changes

  • Access rights configuration changes

  • Configuring actions

  • Creating/editing users

  • User groups configuration changes

  • Workflow and status restriction configuration changes

Requests Log


Location: System Configuration > System Status > Requests Log

This page allows to see and search in the log of user actions (navigating pages, submitting forms etc.). It looks identically to the System Change Log but provides more technical information about requests to the system. This log also has configurable clean-up period in System.properties file.

#Interval of cleanup task for request logs in hours (default is 1)
requestLogging.cleanup.interval = 1

It is possible to exclude some URIs from logging in case they are not needed. Use reg-exp patterns for this separated by | in System.properties file:

requestLogging.pattern.exclude = (.*)/common/js/datepickerInit.jsp(.*)|
(.*)/servlets/JSON-RPC(.*)|
(.*)/common/js/contJs.jsp(.*)