Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Atheos provides a set a logs that enable the monitoring of the overall system. The logs file includes 3 types of logs:

Table of Contents

1. Atheos Gateway logs

Atheos Gateway logs provide traceability of the connections established with the POIs.

Example:

Code Block
breakoutModewide
2020-01-30 12.00.01 I Accepted a connection from 10.0.0.1, port 65000
2020-01-30 12.00.42 I Connection closed by peer 10.0.0.1, port 65000

...

Detailed information can be found on Atheos Gateway Documentation

1.1 Error management

The following logs indicate an error.

...

Reason: The Atheos Gateway could not read the Acceptor Configuration Update sent by a POI.

2. Atheos Server logs

Atheos Servers logs provide the status of the transmission of Nexo TMS messages exchanged with the Atheos Server. The information is accessible via the UI and the API (See Applications Logs).

...

Code Block
breakoutModewide
2020-01-30 12.00.01 Processing files for 01234567890
2020-01-30 12.00.42 Files for 01234567890 sent successfully

2.1 Error management

The following logs indicate an error.

...

Reason: A communication error terminated the connection.

3. Configuration Build Logs

Configuration Build logs provide some information about the generation of POI configuration (or Acceptor Configuration Update). The information is accessible via the UI and the API (See Applications Logs).

Example:

Code Block
breakoutModewide
2020-01-30 12.00.01 I Deploying POI POI00001
2020-01-30 12.00.01 I Processing control file 202001101-082123-0457ffff-ee00-427a-ad6a-c69997e5b0b0

...