diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-13 14:43:16 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-14 12:32:21 -0800 |
commit | 24a7d86da2d4e2fe296bec264a70248733ea6f1f (patch) | |
tree | c6c34c8c5f852f9b9605645cc58086a37d3ba17d /doc/development/README.md | |
parent | 5b1b093403f8a3108a5de6572fd503cef763ae81 (diff) | |
download | gitlab-ce-24a7d86da2d4e2fe296bec264a70248733ea6f1f.tar.gz |
Add documentation on how to use structured logging
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 0080c34c056..d2dd62ecac5 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -30,6 +30,7 @@ description: 'Learn how to contribute to GitLab.' ## Backend guides - [GitLab utilities](utilities.md) +- [Logging](logging.md) - [API styleguide](api_styleguide.md) Use this styleguide if you are contributing to the API. - [GraphQL API styleguide](api_graphql_styleguide.md) Use this |