Configuration

LogBox Appenders

CFScribe can use LogBox modules as targets of its routing. These are configured the same way as you would for LogBox and require no special set up.

CFScribe Appenders

There are several CFScribe Appenders which can be used which are not part of LogBox at this time. The easiest way to configure these is in the /config/Coldbox.cfc file in the ModuleSettings.

moduleSettings:{ "scribe": { "appenders":{ "pusher": { "class" : "scribe.models.pusher", "properties": { "appid":"", "cluster":"", "apisecret":"", "key":"" } }, "cleanErrors": true, "mandatoryKeys":{ "sentry":"message" }, "rules" : {}, "ruleDefinitions": [ "env:environment" ] } }

Last updated