---
title: "Action log"
description: "Writes a message to the server console for scenario debugging."
---

# Action `log`

> **System ID:** `action_log`

## Description

A simple debugging action: prints a message to the server console. Does not change dialog state and does not affect the further scenario flow.

## Events (scenario branches)

No events (the action finishes without a branch).

## Parameters

No parameters (`{}`).

## Configuration example

```json
{}
```

## Related docs

- [Actions reference](/en/actionjail/reference/actions-reference.md)
