From 68f2bd5483cec4e6bcc1dfef518fb632a4c7945c Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 19 Feb 2021 21:44:19 +0100 Subject: [PATCH 1/2] docs: tips on debugging Policies.MFS --- docs/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/config.md b/docs/config.md index bf244ecf2dd..5768faf3dec 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 switch back to `error` when done. + ###### `Pinning.RemoteServices: Policies.MFS.Enabled` Controls if this policy is active. From 9a7abc9f61a3bef5d3f3a28c6e4fb43b5eeaefd0 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Fri, 19 Feb 2021 15:53:28 -0500 Subject: [PATCH 2/2] Update docs/config.md --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 5768faf3dec..bb3c34f62c5 100644 --- a/docs/config.md +++ b/docs/config.md @@ -882,7 +882,7 @@ 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 switch back to `error` when done. +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`