From bfc06f76ae2cc659a44de2eeb5ff69a417ecce33 Mon Sep 17 00:00:00 2001 From: Dennis Appelt Date: Fri, 13 Dec 2019 18:20:12 +0000 Subject: Fix typo in docs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f258c28a2..464f6e271 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -113,7 +113,7 @@ Debug logging can be enabled in Gitaly using `level = "debug"` under `[logging]` Gitaly will reexport `GIT_TRACE*` [environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables) if they are set. -This can be an aid to debugging some sets of problems. For example, if you would like to know what git is going internally, you can set `GIT_TRACE=true`: +This can be an aid to debugging some sets of problems. For example, if you would like to know what git is doing internally, you can set `GIT_TRACE=true`: Note that since git stderr stream will be logged at debug level, you need to enable debug logging in `config.toml`. -- cgit v1.2.3