Tracers

Send message tracers to store in the request tracker

The CBDebugger ships with a LogBox appender called the TracerAppender that if enabled it will intercept all log calls into the ColdBox Debugger tracers panel. It will show the log with it's log level and even the complex extra information. The default log levels for the appender are:

  • min : fatal

  • max : debug

tracers     : { enabled : true, expanded : false },
KeyTypeDefault ValueDescription

enabled

Boolean

false

Enable the collector

expanded

Boolean

false

Expand the panel by default or not

Last updated