Skip to main content
Version: 3.1.X

System Log Database (log)

The Log Database acts as the internal audit trail for ABCD. It records system-wide events such as user logins, database updates, and operational errors.

Location

  • Standard Path: /bases/log/log
  • Path in dbn.par: Usually defined simply as log.

Structure Overview

Unlike bibliographic databases, the Log database is automatically populated by the system scripts.

TagNameDescription
10DateFormat: YYYYMMDD
20TimeFormat: HH:MM:SS
30OperatorThe username (login) who performed the action.
40DatabaseThe database code affected (e.g., books, users).
50MFNThe Master File Number of the record affected.
60ActionCode or description of the action (e.g., LOGIN, NEW, UPDATE).
90IP AddressThe IP address of the client machine.

Usage

Administrators can browse this database to:

  1. Trace which operator modified a specific record.
  2. Investigate failed login attempts.
  3. Generate usage statistics.