diff options
author | Stan Hu <stanhu@gmail.com> | 2018-11-14 13:34:41 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-11-14 13:34:41 -0800 |
commit | 5e4f3f45beea8449e1398db1502e0e090e3706cf (patch) | |
tree | 165fdb804c3cb4f8132d7821194ef3c8f52fa7f8 /doc | |
parent | 63c9472c2888cb925fe454bef6940bd8c4fd07f6 (diff) | |
download | gitlab-ce-5e4f3f45beea8449e1398db1502e0e090e3706cf.tar.gz |
Add missing space to logging docsh-structured-logs-docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/logging.md | 2 |
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`: |