πͺ΅Logs
The YSeries phone system includes a comprehensive logging mechanism that tracks and reports various phone activities to Discord webhooks or Fivemanage.
Features
Configuration
Config.Logs = {}
Config.Logs.Provider = 'discord' -- Options: 'discord', 'fivemanage'
Config.Logs.Timeout = 30 -- Time in seconds before queued logs are sent
-- Color Configuration
Config.Logs.Colors = {
['instashots'] = 15884387,
['phone'] = 009966,
-- ... other apps
}1. Discord Webhooks (Default)
2. Fivemanage Integration
Supported Log Types
Batch Processing
Security Considerations
Webhook Protection
Troubleshooting
Common Issues
Last updated