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 timeMessage Edit
Logged when a message is edited by the author or moderators.
Tracked: Author, original content, edited content, timestampMessage Bulk Delete
Logged when multiple messages are deleted at once.
Tracked: Channel, amount deleted, moderator, timeMember Logs
Member Join
Logged when a new member joins the server.
Tracked: User ID, username, account age, join timeMember Leave
Logged when a member leaves or is removed from the server.
Tracked: User ID, username, departure time, reason if kicked/bannedRole Added
Logged when a member receives a new role.
Tracked: User, role, assigner, reason if providedRole Removed
Logged when a role is taken from a member.
Tracked: User, role, remover, timestampModeration Logs
Warning Issued
Logged when a user receives a warning from a moderator.
Tracked: User, moderator, reason, timestampMute/Unmute
Logged when a user is muted or unmuted.
Tracked: User, duration, moderator, reasonKick
Logged when a user is kicked from the server.
Tracked: User, moderator, reason, timestampBan/Unban
Logged when a user is banned or unbanned.
Tracked: User, moderator, reason, delete days if applicableAuto-Mod Action
Logged when the auto-moderation system takes action.
Tracked: Trigger type, user, action taken, reasonServer & Role Logs
Channel Created
Logged when a new channel is created.
Tracked: Channel name, type, creator, timestampChannel Deleted
Logged when a channel is deleted.
Tracked: Channel name, deleter, timestampRole Created
Logged when a new role is created.
Tracked: Role name, creator, permissions, timestampRole Deleted
Logged when a role is deleted.
Tracked: Role name, deleter, timestampVoice Logs
Voice Join
Logged when a user joins a voice channel.
Tracked: User, voice channel, join timeVoice Leave
Logged when a user leaves a voice channel.
Tracked: User, voice channel, duration, leave timeVoice Move
Logged when a user is moved between voice channels.
Tracked: User, source channel, destination channel, moverLog Entry Format
Each log entry includes the following standard information:
TimestampWhen the event occurred (server time)Event TypeWhat type of event occurredUserWho was affected or involvedModeratorWho performed the action (if applicable)ReasonWhy the action was taken (if provided)DetailsAdditional context or changed valuesBest 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