Event logging

Event log entries describe a well-defined set of events performed by the system. Events are separate from system logs. Event format is structured in Common Event Format, CEF.

An event consists of:

event id and a number of information items

  • Event detail level

  • Time of event

  • Event id

  • Friendly event display description

  • Optionally, additional decritive parameters relevant to the event context.

Example:

[EVENT] INFO: 2024-05-14T13:13:45.651048494Z web2 CEF:0|Fortified ID|Integrity-web|2.0.0-RC19|WEB_100001|BankID authentication started|1|traceID=YXcHobvT src=172.21.0.3

System event ids

  • WEB_000000 Server initialising

  • WEB_000001 Server initialised

  • WEB_000002 Server starting

  • WEB_000003 Server started

  • WEB_000004 Server stopping

  • WEB_000005 Server stopped

  • WEB_000006 Server initialisation failed

  • WEB_000007 Server start failed

  • WEB_000008 Server stop failed

A number of additional events can be expected depending on the configuration and context.

Last updated