diff options
author | Mayra Cabrera <mcabrera@gitlab.com> | 2019-07-04 16:58:42 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-07-04 16:58:42 +0000 |
commit | d34f43499e23469c82d293d4a43efa53f56d8fb0 (patch) | |
tree | a991faf03d9040649782d036ab8298c16cf29147 | |
parent | ecded054f1b64a39c59777cd8943f97a6c130e01 (diff) | |
download | gitlab-ce-d34f43499e23469c82d293d4a43efa53f56d8fb0.tar.gz |
Add new info for auth.log
From 12.1, user information (id and username) are also included on
auth.log. Documentation was updated to reflect this.
Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
-rw-r--r-- | doc/administration/logs.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md index 9921ffd8ea0..b49d8c8a28f 100644 --- a/doc/administration/logs.md +++ b/doc/administration/logs.md @@ -288,6 +288,9 @@ installations from source. It logs information whenever [Rack Attack] registers an abusive request. +NOTE: **Note:** +From [%12.1](https://gitlab.com/gitlab-org/gitlab-ce/issues/62756), user id and username are available on this log. + ## `graphql_json.log` > [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/59587) in GitLab 12.0. |