Debug mode provides enhanced logging capabilities for development and troubleshooting purposes.Documentation Index
Fetch the complete documentation index at: https://docs.overlayed.gg/llms.txt
Use this file to discover all available pages before exploring further.
Enabling Debug Mode
Debug mode can be enabled in yourOverlayedOptions configuration:
Features
When debug mode is enabled, the following additional features are available:logger.debug()logs will be printed to the console and saved to the log file- Overlayed’s internal logs will be logged to the console
When to Use Debug Mode
Debug mode is useful for:- Development environments
- Troubleshooting issues
- Understanding application flow
- Inspecting internal Overlayed behavior

