docs: tips on debugging Policies.MFS (#7929)
* docs: tips on debugging Policies.MFS Co-authored-by: Adin Schmahmann <adin.schmahmann@gmail.com>
Marcin Rataj committed
Feb 23, 2021 at 17:08 UTC
cb7b147e5aef39cbdfa3fddb605d3f805d44b989
1 file changed
+2
docs/config.md
+2
@@ -882,6 +882,8 @@ and updates the pin for MFS root on the configured remote service.
882
A pin request to the remote service is sent only when MFS root CID has changed
883
and enough time has passed since the previous request (determined by `RepinInterval`).
884
885
+One can observe MFS pinning details by enabling debug via `ipfs log level remotepinning/mfs debug` and switching back to `error` when done.
886
+
887
###### `Pinning.RemoteServices: Policies.MFS.Enabled`
888
889
Controls if this policy is active.