# Team session logs

## Overview

<figure><img src="/files/LIg2VQP21Gja4RroFE9u" alt=""><figcaption></figcaption></figure>

Session logs record terminal activity for each connection to a host. Logs are stored and synced in vaults, making them accessible to vault members.

Termius stores the most recent session log for each host for each team member. This gives the team a view of who last connected to a host and what occurred during that session.

## Team access

Team members can see all logs for hosts in the vaults they have access to. By default, Termius stores the most recent session log for each host for each team member.

* **Editors** can view, add, and remove bookmarks and comments.
* **Viewers** can only view session logs, see bookmarks, and read comments.

Session logs are **read-only** and cannot be modified, moved between vaults, or deleted.

## Bookmarks

Bookmarks let you save selected session logs for as long as you need, protecting them from overwriting.

The comment section lets you describe what this session was about: *What were you trying to fix? Why did you roll back? What did you discover along the way? How to troubleshoot a particular issue?*

{% tabs %}
{% tab title="Desktop" %}
To bookmark the session log:

1. Open `Vault` tab > `Logs`&#x20;

   <figure><img src="/files/8egNmyU3MPt7ldt6ldJi" alt=""><figcaption></figcaption></figure>
2. Find the session log you want to bookmark and click `Bookmark` icon

   <figure><img src="/files/grJ0mo4CWxsydylX6b6k" alt=""><figcaption></figcaption></figure>
3. Write a comment about this session log (optional)

   <figure><img src="/files/dbXABO1857R3CVVlZWSq" alt=""><figcaption></figcaption></figure>
4. Click outside or `Enter` . The session log and the comment will be bookmarked and saved
   {% endtab %}
   {% endtabs %}

## Settings

Session logging can be enabled or disabled per vault.

{% tabs %}
{% tab title="Desktop" %}

1. Open `Settings` > `Logs`&#x20;
2. Click the `Enabled/Disabled` selector for the vault whose session logs you want to enable or disable<br>

   <figure><img src="/files/zXc2aH7cz8H98nEIRlvl" alt=""><figcaption></figcaption></figure>
3. Confirm disabling logs

<figure><img src="/files/qyGiBQdJBhq1yNie2Nx8" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
Once you disable logging for a vault, existing logs will be permanently deleted from this vault.&#x20;
{% endhint %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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://docs.termius.com/team-collaboration/team-session-logs.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.
