From cb7b147e5aef39cbdfa3fddb605d3f805d44b989 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Tue, 23 Feb 2021 17:08:49 +0100 Subject: [PATCH] docs: tips on debugging Policies.MFS (#7929) * docs: tips on debugging Policies.MFS Co-authored-by: Adin Schmahmann --- docs/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.md b/docs/config.md index 280a4395f..61c9aad7c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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.