docs: Add debug mode logging hint

This commit is contained in:
FoxxMD 2025-12-17 14:00:16 +00:00
parent 98f045a70f
commit e998a6d95a

View file

@ -543,6 +543,7 @@ More succinctly:
MS can log a diff of Stage transformations if/when they occur. In the `playTransform` object of a Source/Client config use `log`:
* `"log": true` => Output original play + final transformed output of last Stage in the array
* This can also be enabled by using [`DEBUG_MODE=true`](/configuration/#debug-mode)
* `"log": "all"` => Output original play + final transformed output of **each** Stage in the array
```json5