Skip to main content

importlog

Last updated October 2024

The importlog records the outcome of a spool import operation. It is configured in the ec_logger.

Import Records

The following is a description of the fields:

OffsetExample FieldDescription
01064869327Date of the event in Unix timestamp format (seconds since 00:00:00 Jan 1, 1970).
100/00-25004-31B987F3Message's original in-spool message-id.
This is a unique value per message and corresponds with its location in the spool being imported.
2II indicates that this log line is an import event.
300/00-25004-31B987F3Message's new in-spool message-id.
This is usually the same as the message-id recorded in field 1, but may be altered during import to avoid collisions with existing messages with the same identifier.
41Result indicator.
This is a number between 1 and 4 with the following meanings:
1 is complete success;
2 indicates failure during the read of metadata;
3 is failure reading the message from the spool; and
4 is failure writing the message into the main Momentum spool.
5/var/spool/my-alternative-spoolBase directory containing the spool being imported
Was this page helpful?