Viewing and downloading logs in the Genesis in Algoreus

Every time an axon is executed, Algoreus produces logs that aid in the monitoring of the axon operations and resolution of any arising issues. These logs can be accessed and sorted by their respective levels from the moment the axon run commences.

To access a log file, navigate to the Preview page or the Genesis or Axon details page, and click on Logs:

To keep track of the axon's progress, select Logs while it's in operation.


Levels of Logs

You can filter the axon's logs based on various levels:

  • Error

  • Warning

  • Informational

  • Debug

  • Trace

To change the log level, click on the drop-down menu located next to Level and pick the kind of messages you'd like displayed in the log.


Basic and Advanced Logs

Each axon operation gives you access to basic and advanced logs. Basic logs provide details about the different phases of the axon, while advanced logs encompass all basic messages and additional information about the health of the cluster and the execution engine.

At any point during an axon preview or run, you can switch to advanced logs by clicking on View Advanced Logs.

To go back to viewing basic logs, select Hide Advanced Logs.


Viewing Recent Log Messages

When you open a log, the axon Detail page will show the most recent log messages. If your axon run has a large number of messages, you can use Scroll to Latest Logs to swiftly access the latest ones.


Downloading Logs

Once an axon run is completed, you can download a log file, containing all the advanced log messages and stack trace messages, to assist in troubleshooting any potential issues. To download the log, click on Download All.

Additionally, you can view the raw log in plain text in a new browser tab. Click on the drop-down menu next to Download All and choose View Raw Logs.


Last updated