Configuration
{
"appenders" : {
"screen" : { "class" : "scribe.models.screenDump" },
"console" : { "class" : "scribe.models.systemOut" },
"pusher" : {
"class" : "scribe.models.pusher",
"properties" : {}
},
"sentry" : { "class" : "scribe.models.sentry" }
},
"rules" : {
"production" : "",
"development" : [ "screen" ],
"testing" : [ "screen" ]
},
"ruleDefinitions" : [ "env:environment" ],
"cleanErrors" : true,
"mandatoryKeys" : { "sentry" : "message" }
}Last updated
Was this helpful?