diff options
author | Stan Hu <stanhu@gmail.com> | 2019-07-19 15:17:54 -0700 |
---|---|---|
committer | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-22 14:56:03 -0500 |
commit | 71045b89f6f0e9c347526b2d90f945dfbcbebdcc (patch) | |
tree | 2dd770a1e512e6fdece303314ecba5ee093f4150 /changelogs/unreleased/sh-make-githost-json.yml | |
parent | 0e6c76a7bb1f8fa67d124b2ba013602af6579bce (diff) | |
download | gitlab-ce-71045b89f6f0e9c347526b2d90f945dfbcbebdcc.tar.gz |
Convert githost.log to JSON format
This will make it easier to parse this in production and adds the
`correlation_id` if available.
Diffstat (limited to 'changelogs/unreleased/sh-make-githost-json.yml')
-rw-r--r-- | changelogs/unreleased/sh-make-githost-json.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-make-githost-json.yml b/changelogs/unreleased/sh-make-githost-json.yml new file mode 100644 index 00000000000..f4113a693cc --- /dev/null +++ b/changelogs/unreleased/sh-make-githost-json.yml @@ -0,0 +1,5 @@ +--- +title: Convert githost.log to JSON format +merge_request: 30967 +author: +type: changed |