Debug Log Stage
The Debug Log Stage allows you to capture all of the output going to the
debuglog and redirect it over a channel (/debuglog
). This is useful for
sending debuglog data over comms to user interfaces or for logging it.
Configuration
There is no configuration for this stage.
Interacting
As debug log statements are received throughout the stack, they are transmitted
on the /debuglog
channel, in the DebugLogOutputGroup
schema. This contains
an array of output, each output containing a timestamp, filename, line number,
severity level, and text of the debug log statement itself.
Metrics
There are no metrics for this stage.