✒️
CFScribe
  • Introduction
  • Intro
    • Page 1
  • Getting Started
    • Features at a Glance
    • Configuration
    • Rules and Rule Definitions
    • Appenders
      • Pusher
      • ScreenAbort
      • ScreenDump
      • Sentry
      • ScribeConsole
      • Toaster
      • Using LogBox Appenders
  • Using as a ColdBox Module
    • Installation
    • Configuration
  • Using As A Logbox Appender
    • Page 2
  • Using as a Stand Alone Product
    • Creation
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Using as a ColdBox Module

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" ] } }

PreviousInstallationNextPage 2

Last updated 2 years ago

Was this helpful?