summaryrefslogtreecommitdiff
path: root/doc/development/README.md
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2018-11-15 06:36:48 +0000
committerSean McGivern <sean@gitlab.com>2018-11-15 06:36:48 +0000
commitb44baf2edb7f27cf7ea3f6095011cf77bbdbe70c (patch)
tree88283f598a112932f0a84713c69ef91e383664da /doc/development/README.md
parent5a67581bcacaf24b73c8243565977928b312c5c0 (diff)
parent5e4f3f45beea8449e1398db1502e0e090e3706cf (diff)
downloadgitlab-ce-b44baf2edb7f27cf7ea3f6095011cf77bbdbe70c.tar.gz
Merge branch 'sh-structured-logs-docs' into 'master'
Add documentation on how to use structured logging Closes #54059 See merge request gitlab-org/gitlab-ce!23031
Diffstat (limited to 'doc/development/README.md')
-rw-r--r--doc/development/README.md1
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