ImageMaster logging

The ImageMaster Signature Service writes log messages in the log file ImageMaster.log. This logging can be configured in the AdminClient for the following modules:

  • All

  • ArchiSig

  • Crypto

  • SignatureService

Each module provides its dedicated packages for logging:

Module / Package

Description

All

 

com.tsystems.ima.safe.common

Common code shared by all modules

ArchiSig

 

com.tsystems.ima.safe.sig.renew

Recreation of a hash tree

com.tsystems.ima.safe.sig.ers

Creation and analysis of evidence records

com.tsystems.ima.safe.sig.db

Access to the database

com.tsystems.ima.safe.sig.config

Loading and processing of the configuration of the ArchiSig-Module

com.tsystems.ima.safe.sigadmin

All packages of the administration interface of the ArchiSig-Module

com.tsystems.ima.safe.sig

All packages of the ArchiSig-Module

com.tsystems.ima.safe.sig.tree

Creation of a hash tree

Crypto

 

com.tsystems.ima.safe.crypto.verify

Managing certificate checks, structure, and trust chain

com.tsystems.ima.safe.crypto.timestamp

Obtaining and checking timestamps

com.tsystems.ima.safe.crypto.signature

Signature checks (for all formats)

com.tsystems.ima.safe.crypto.revocation

Obtaining and checking OCSP replies

com.tsystems.ima.safe.crypto.report

Creation of reports

com.tsystems.ima.safe.crypto.config

Loading and processing of the configuration of the Crypto-Module

com.tsystems.ima.safe.cryptoadmin

All packages of the administration interface of the Crypto-Module

com.tsystems.ima.safe.crypto.trustanchor

Managing trusted certificates

com.tsystems.ima.safe.crypto

All packages of the Crypto-Module and the interface of the module

SignatureService

 

com.tsystems.ima.signing

All packages of the Signature Service

com.tsystems.ima.signing.bean

Package of the beans of the Signature Service

com.tsystems.ima.signing.extension

All packages of the extension points of the Signature Service

com.tsystems.ima.signing.jobs

Package of the jobs of the Signature Service

com.tsystems.ima.signing.tracking

Package of classes for certificate tracking in the Signature Service

Table 412: Module and package names of the logging configuration