doc(#1606): specify watcher and git when profiling

This commit is contained in:
Alexander Courtis 2022-10-23 10:47:47 +11:00
parent ea09ab497e
commit 3170e33462

View File

@ -143,8 +143,10 @@ log = {
enable = true, enable = true,
truncate = true, truncate = true,
types = { types = {
diagnostics = true,
git = true, git = true,
profile = true, profile = true,
watcher = true,
}, },
}, },
``` ```