> For the complete documentation index, see [llms.txt](https://docs.homebots.live/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.homebots.live/modules/logger.md).

# Logger

This module allows you to log all message edits and deletions. You can also blacklist certain channels from this logger. This is useful if you don't want your Mods to see what's happening in your Admins chat, for instance.

***

### Config Logger Module (`/config logger module`)

{% hint style="warning" %}
By default, only members with the **Administration** permission can use this command.
{% endhint %}

*Configure the Logger module.*

**`state`**: Whether the message logger should be enabled or disabled.

**`channel`**: The channel where all message logs will be sent to.

***

### Blacklist Channel (`/config logger blacklist`)

{% hint style="warning" %}
By default, only members with the **Administration** permission can use this command. Additionally, the Logger module must first be configured before using this command.
{% endhint %}

*Blacklist a channel from being logged.*

**`channel`**: The channel that will be blacklisted from logs.

***

### Unblacklist Channel (`/config logger unblacklist`)

{% hint style="warning" %}
By default, only members with the **Administration** permission can use this command. Additionally, the Logger module must first be configured before using this command.
{% endhint %}

*Unblacklist a blacklisted channel from being logged.*

**`channel`**: The channel that will be unblacklisted from logs.
