diff options
author | Imre Farkas <ifarkas@gitlab.com> | 2018-05-30 12:12:42 +0200 |
---|---|---|
committer | Imre Farkas <ifarkas@gitlab.com> | 2018-06-06 22:25:20 +0200 |
commit | 854c9636ec6aabd8941b31f0f2aa4e89c9c072ce (patch) | |
tree | c618473ce420ca8abe707ea1c821a6a94bfc16f5 /changelogs | |
parent | d8eea0c4ba74a3bc821e1298e85f3fed77273099 (diff) | |
download | gitlab-ce-854c9636ec6aabd8941b31f0f2aa4e89c9c072ce.tar.gz |
Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and filter out file content from logs
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/45505-lograge_formatter_encoding.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/unreleased/45505-lograge_formatter_encoding.yml b/changelogs/unreleased/45505-lograge_formatter_encoding.yml new file mode 100644 index 00000000000..02f4c152966 --- /dev/null +++ b/changelogs/unreleased/45505-lograge_formatter_encoding.yml @@ -0,0 +1,6 @@ +--- +title: Enforce UTF-8 encoding on user input in LogrageWithTimestamp formatter and + filter out file content from logs +merge_request: +author: +type: fixed |