Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOP-263: Fixing table format of importlog page #776

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 6 additions & 24 deletions content/momentum/4/log-formats-importlog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
lastUpdated: "03/26/2020"
lastUpdated: "10/14/2024"
title: "importlog"
description: "The importlog records the outcome of a spool import operation It is configured in the ec logger The following is a description of the fields Table 35 8 Import Record Fields Offset Example Field Description 0 1064869327 Date of the event in Unix timestamp format seconds since 00 00 00..."
---
@@ -15,27 +15,9 @@ The following is a description of the fields:

| Offset | Example Field | Description |
| --- | --- | --- |
| 0 | 1064869327 | Date of the event in Unix timestamp format (seconds since 00:00:00 Jan 1, 1970) |
| 1 | 00/00-25004-31B987F3 |

Message's original in-spool message-id

(This is a unique value per message and corresponds with its location in the spool being imported.)

|
| 0 | 1064869327 | Date of the event in Unix timestamp format (seconds since 00:00:00 Jan 1, 1970). |
| 1 | 00/00-25004-31B987F3 | Message's original in-spool message-id.<br>This is a unique value per message and corresponds with its location in the spool being imported. |
| 2 | I | `I` indicates that this log line is an import event. |
| 3 | 00/00-25004-31B987F3 |

Message'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.)

|
| 4 | 1 |

Result 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-spool | Base directory containing the spool being imported |
| 3 | 00/00-25004-31B987F3 | Message's new in-spool message-id.<br>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. |
| 4 | 1 | Result indicator.<br>This is a number between 1 and 4 with the following meanings:<br>`1` is complete success;<br>`2` indicates failure during the read of metadata;<br>`3` is failure reading the message from the spool; and<br>`4` is failure writing the message into the main Momentum spool. |
| 5 | /var/spool/my-alternative-spool | Base directory containing the spool being imported |