From 3170e334627157894a15ec3592e59e49b5781550 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sun, 23 Oct 2022 10:47:47 +1100 Subject: [PATCH] doc(#1606): specify watcher and git when profiling --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83c6d775..2a935fb0 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,10 @@ log = { enable = true, truncate = true, types = { + diagnostics = true, git = true, profile = true, + watcher = true, }, }, ```