Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin


...

scrollbar


Table of Contents

Introduction

Since Delft-FEWS 201902 2019.02 both the FEWS Operator Client and the Admin Interface generate audit trail event log messages of INFO level for user actions that change the status of the FEWS system. The log messages can be inspected in the Admin Interface on the View Logs page or in the 08 System Monitor  page of the Operator Client. By default the system log messages are stored in the database for a period of 31 days.

Audit trail event codes are in the following format:

...

Admin Interface audit trail event log messages

These Admin Interface audit trail event codes follow are in the following format:

SYSLOG.[COMPONENT]AI.[ACTION].[WORKFLOWID]

For example, when a user schedules a new task using the admin interface, a log message with the following event code is generated:

Code Block
languagetext
SYSLOG.OCAI.AddScheduledTask.Import_Coastal_Forecast

...

For an overview of all the audit trail event codes that can be at: TODOgenerated by the Admin Interface, see Admin Interface audit trail event log messages

Operator Client audit trail event log messages

These Operator client audit trail event codes follow are in the following format:

SYSLOG.[COMPONENT]OC.[ACTION].[WORKFLOWID]

For example, when a user schedules a new task using the admin interface, a log message with the following event code is generated:

...

languagetext

...

The log message itself will start with the username that triggered the action, followed with some context information.

For example:

Code Block
languagetext
ekkelenkamp - Added Scheduled Task with task id: 'ukeafffsmc00:000169070_00000001'

For an overview of all the audit trail event codes that can be at: TODOgenerated by the Operator Client, see Operator Client audit trail event log messages