docs: tips on debugging Policies.MFS (#7929)

* docs: tips on debugging Policies.MFS

Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
This commit is contained in:
Marcin Rataj 2021-02-23 17:08:49 +01:00 committed by GitHub
parent ac82ca5ee9
commit cb7b147e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -882,6 +882,8 @@ and updates the pin for MFS root on the configured remote service.
A pin request to the remote service is sent only when MFS root CID has changed
and enough time has passed since the previous request (determined by `RepinInterval`).
One can observe MFS pinning details by enabling debug via `ipfs log level remotepinning/mfs debug` and switching back to `error` when done.
###### `Pinning.RemoteServices: Policies.MFS.Enabled`
Controls if this policy is active.