summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-11-14 13:34:41 -0800
committerStan Hu <stanhu@gmail.com>2018-11-14 13:34:41 -0800
commit5e4f3f45beea8449e1398db1502e0e090e3706cf (patch)
tree165fdb804c3cb4f8132d7821194ef3c8f52fa7f8
parent63c9472c2888cb925fe454bef6940bd8c4fd07f6 (diff)
downloadgitlab-ce-5e4f3f45beea8449e1398db1502e0e090e3706cf.tar.gz
Add missing space to logging docsh-structured-logs-docs
-rw-r--r--doc/development/logging.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/logging.md b/doc/development/logging.md
index e13345a33f8..abd08c420da 100644
--- a/doc/development/logging.md
+++ b/doc/development/logging.md
@@ -65,7 +65,7 @@ if your log message might belong with one of the existing log files.
1. If there isn't a good place, consider creating a new filename, but
check with a maintainer if it makes sense to do so. A log file should
make it easy for people to search pertinent logs in one place. For
-example,`geo.log` contains all logs pertaining to GitLab Geo.
+example, `geo.log` contains all logs pertaining to GitLab Geo.
To create a new file:
1. Choose a filename (e.g. `importer_json.log`).
1. Create a new subclass of `Gitlab::JsonLogger`: