Logging

Log Types

Understand what events are tracked and what information is included in each log entry.

Overview

SYNTHET logs various types of events that happen on your server. Each log type tracks specific information relevant to that event, helping you maintain a complete audit trail of server activities and changes.

Message Logs

Message Delete

Logged when a message is deleted from any channel.

Tracked: Author, content, channel, deletion time

Message Edit

Logged when a message is edited by the author or moderators.

Tracked: Author, original content, edited content, timestamp

Message Bulk Delete

Logged when multiple messages are deleted at once.

Tracked: Channel, amount deleted, moderator, time

Member Logs

Member Join

Logged when a new member joins the server.

Tracked: User ID, username, account age, join time

Member Leave

Logged when a member leaves or is removed from the server.

Tracked: User ID, username, departure time, reason if kicked/banned

Role Added

Logged when a member receives a new role.

Tracked: User, role, assigner, reason if provided

Role Removed

Logged when a role is taken from a member.

Tracked: User, role, remover, timestamp

Moderation Logs

Warning Issued

Logged when a user receives a warning from a moderator.

Tracked: User, moderator, reason, timestamp

Mute/Unmute

Logged when a user is muted or unmuted.

Tracked: User, duration, moderator, reason

Kick

Logged when a user is kicked from the server.

Tracked: User, moderator, reason, timestamp

Ban/Unban

Logged when a user is banned or unbanned.

Tracked: User, moderator, reason, delete days if applicable

Auto-Mod Action

Logged when the auto-moderation system takes action.

Tracked: Trigger type, user, action taken, reason

Server & Role Logs

Channel Created

Logged when a new channel is created.

Tracked: Channel name, type, creator, timestamp

Channel Deleted

Logged when a channel is deleted.

Tracked: Channel name, deleter, timestamp

Role Created

Logged when a new role is created.

Tracked: Role name, creator, permissions, timestamp

Role Deleted

Logged when a role is deleted.

Tracked: Role name, deleter, timestamp

Voice Logs

Voice Join

Logged when a user joins a voice channel.

Tracked: User, voice channel, join time

Voice Leave

Logged when a user leaves a voice channel.

Tracked: User, voice channel, duration, leave time

Voice Move

Logged when a user is moved between voice channels.

Tracked: User, source channel, destination channel, mover

Log Entry Format

Each log entry includes the following standard information:

TimestampWhen the event occurred (server time)
Event TypeWhat type of event occurred
UserWho was affected or involved
ModeratorWho performed the action (if applicable)
ReasonWhy the action was taken (if provided)
DetailsAdditional context or changed values

Best Practices

  • • Review logs regularly to stay informed about server activity
  • • Pay special attention to moderation and member logs for policy enforcement
  • • Use log entries to understand patterns in user behavior
  • • Keep detailed reasons when taking moderation actions for transparency
  • • Archive important logs for record-keeping and appeals