> For the complete documentation index, see [llms.txt](https://nfd-gg.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nfd-gg.gitbook.io/main/eng-combine-software/modules/operation-and-launching-of-modules/linea-module/logs-and-progress.md).

# Logs & Progress

In the Logs & Progress section, you can review logs and the transaction history of wallets, see where and when a transaction was made, and check for any errors. In this section, you can also find the transaction hashes, pause wallets, or resume their operation.

* After launching a session with the selected parameters in the Settings & Launch section, you will automatically be redirected to the **Logs & Progress** page, where you can see all the actions performed by the software for each specific wallet;
* The **All** section consolidates all logs for all wallets in one place.

<figure><img src="/files/UBCzmC5Uy6u6SKDosl5v" alt=""><figcaption><p>Section All.</p></figcaption></figure>

* Clicking on **Tx Link (Click)** will allow you to see this transaction in the explorer.

<figure><img src="/files/njT6BO8RAVAFrflXI2wK" alt=""><figcaption><p>View transaction hash.</p></figcaption></figure>

* In the **Wallets** section, you can view logs for each wallet individually by clicking the **Show logs** button next to the respective wallet.

<figure><img src="/files/T7212WpjAnhk7gEfs2lj" alt=""><figcaption><p>View logs of a specific wallet.</p></figcaption></figure>

* In the **Sessions** section, you can view logs for specific wallets that were started in a single session. You can switch between sessions using the buttons with dates and times. Here, you can also view logs for specific wallets.

<figure><img src="/files/pk1qPnB18pcZqj2dEZt4" alt=""><figcaption><p>The functionality of the Sessions section.</p></figcaption></figure>

* In this section, you can adjust the **Max Gas Price** field to increase or decrease the allowable Gwei limit for a specific session.

<figure><img src="/files/PLgnrzRepOdqz6BW7Nyd" alt=""><figcaption><p>Changes the maximum Gwei value in running sessions.</p></figcaption></figure>

If you want to pause the sessions, click **Stop All**. To resume the wallets work, click **Resume All**, and the software will continue its work from where it left off, generating new delays between wallets.

If the Combine application closes or your PC shuts down during a session, the software will automatically pause the wallets with the status **Terminated**. After reopening the application, you can click **Resume All**, and the software will continue from where it was stopped, generating new delays between wallets.

<figure><img src="/files/gAPcrVyRfqWEEMiOVlYs" alt=""><figcaption><p>Stopping all wallets and continuing their work.</p></figcaption></figure>

* To pause or resume a specific wallet, click on **Resume** or **Stop** in the row of the specific wallet.
* If you click **Resume** **on each wallet individually, the delays will not be retained**, and all your wallets on which you clicked Resume will start working at the exact moment you clicked Resume.

<figure><img src="/files/1koglZiKNGX0yypQM8NU" alt=""><figcaption><p>Stopping and continuing the operation of a specific wallet.</p></figcaption></figure>

* After successfully completing all actions, you will see a green **Success** status in the Status field;

<figure><img src="/files/Ca44LwQjsWJupG725q5X" alt=""><figcaption><p>Wallet operation status.</p></figcaption></figure>

* If you see an **Error** in the **Status** field, you can check the logs to find out the reason for the interruption of the software's operation. If the error was due to insufficient balance or another reason dependent on you, you can fix the issue, then press the **Resume** button, and the software will continue the session from where the error occurred for that wallet.

<figure><img src="/files/mggYnOsCUuBMONxForqa" alt=""><figcaption><p>Wallet status Error.</p></figcaption></figure>

* If the **Status** field says **Stopped**, it means the wallet is paused. To resume the software's operation from where it was paused, press the **Resume** button.

<figure><img src="/files/hAFGFEC5j2D3vyn1Ro1K" alt=""><figcaption><p>Stopped wallet status.</p></figcaption></figure>

* If the **Status** field says **Terminated**, it essentially means the same as **Stopped**, but this status is given to wallets that were forcibly paused by completely closing the Combine application. To resume the software's operation from the point where the application was closed, press the **Resume** button.

<figure><img src="/files/ungvjMfoh8VBeZa3cFjL" alt=""><figcaption><p>Wallet Terminated status.</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://nfd-gg.gitbook.io/main/eng-combine-software/modules/operation-and-launching-of-modules/linea-module/logs-and-progress.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
