Solix
  • Solix
  • Changelog
    • v0.0.4
    • v0.0.3
    • v0.0.2
  • Quick Start guide
    • Getting started
      • Installing Solix
      • Configuring Solix
      • Configuring Modules
  • Modules
    • Converting
      • Configuring Solix Converting
    • Utility
      • Configuring Solix Utility
    • Logging
      • Configuring Solix Logging
    • Fun
      • Configuring Solix Fun
    • Payments
      • Configuring Solix Payments
    • Ticketing
      • Configuring Solix Ticketing
    • Moderation
      • Configuring Solix Moderation
  • Developer Guide
    • Getting started as a developer
    • How to create a module
Powered by GitBook
On this page
  1. Modules
  2. Logging

Configuring Solix Logging

Solix Logging is another simple module to configure with very little configurable options, the config is as below.

enabled: true # Whether the module is enabled
logsChannel: "CHANNEL_ID" # Where logs are sent
events: # Whether each event is enabled 
  messageUpdate: true   
  messageDelete: true
  guildMemberAdd: true
  guildMemberRemove: true
PreviousLoggingNextFun

Last updated 10 months ago