Collections
Profile the request collections in ColdBox
// Request Collections Reporting
collections : {
// Enable tracking
enabled : false,
// Expanded panel or not
expanded : false,
// How many rows to dump for object collections
maxQueryRows : 50,
// How many levels to output on dumps for objects
maxDumpTop : 5
}Key
Type
Default Value
Description

Last updated
Was this helpful?