Debug & Event Logging
Logging Categories
Route
Used for
Configure Destinations
Config.Logs = {
LOG = {
enabled = true,
destinations = { "console" }
},
EVENT = {
enabled = true,
destinations = { "ox_lib" }
},
SECURITY = {
enabled = true,
destinations = { "console", "ox_lib" }
}
}Destination
Description
Common Examples
Discord Webhook Setup
Migrating Discord Webhooks From server/sv-webhooks.lua
server/sv-webhooks.luaOld webhook
New config entry
New webhook
Used for
Discord Appearance
Last updated
Was this helpful?

