+ doc on logging.js

This commit is contained in:
nicobo 2021-06-10 07:47:52 +02:00
parent 3c2866fc0f
commit 752af10b20
No known key found for this signature in database
GPG key ID: 2581E71C5FA5285F

View file

@ -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 ...