mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 20:00:25 +00:00
docs: Add debug mode logging hint
This commit is contained in:
parent
98f045a70f
commit
e998a6d95a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue