mirror of
https://github.com/nicolabs/musiccast-repairkit.git
synced 2026-05-21 03:10:03 +02:00
+ doc on logging.js
This commit is contained in:
parent
3c2866fc0f
commit
752af10b20
|
|
@ -145,8 +145,9 @@ Deploy on a swarm cluster :
|
|||
|
||||
## Logging and debugging
|
||||
|
||||
There is a special `scripts/debug.js` script that does nothing but printing debug informations. It is simply loaded as a scenario :
|
||||
Logging is configured in the [`logging.js`](logging.js) module : feel free to override it locally or in a custom Docker image.
|
||||
|
||||
There is a special `scripts/debug.js` script that does nothing but printing debug informations. It is simply loaded as a scenario :
|
||||
|
||||
node . -s ./scripts/sync-volume.js ./scripts/debug.js --source=192.168.1.42 ...
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue