config/webhooks.lua (the table is Config.Logging).
Turning it on
Setenabled = true and give it a webhook URL. That URL is the default destination for every enabled category.
config/webhooks.lua
Categories
Each category is toggled on its own. Two default to off because they’re noisy on a busy server.config/webhooks.lua
Per-category webhooks
Send some categories to a different channel by overriding their URL inwebhooks. Anything without an override uses the default webhook above - a common setup is a public feed for money and a private one for admin.
config/webhooks.lua
The
admin category logs staff command usage. Admin commands are gated behind the ace command.awoken_banking - grant it however your server scopes admin, e.g. add_ace group.admin command.awoken_banking allow in server.cfg.