# Understanding the logs

To interpret the information contained in each line of the log.

**Each entry in the table contains the following columns**:

- **Date**: Date and time of the event
- **User**: Account that generated the action
- **Who**: Machine or service involved
- **Text**: Description of the action performed

**Example**:

<div class="contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary" id="bkmrk-date-%3A-2025-04-15-08"><div class="overflow-y-auto p-4" dir="ltr">`<span class="hljs-attr">Date:</span> <span class="hljs-number">2025-04-15 08:38:29</span><span class="hljs-attr">User:</span> <span class="hljs-string">master@pulse</span><span class="hljs-attr">Who:</span> <span class="hljs-string">rspulse@pulse/mainrelay</span><span class="hljs-attr">Text:</span> <span class="hljs-string">Machine</span> <span class="hljs-string">registered</span>`</div></div><p class="callout info">**Tip**: Group similar logs together to identify trends or sequences of operations (e.g., successive registrations, multiple deployments, etc.).</p>