Commit ad0ec60b authored by Viji Rao's avatar Viji Rao

Merge branch 'fix-doc-error' into 'master'

Fix logs tab information in admin area section

See merge request gitlab-org/gitlab!52065
parents 82429276 81693c57
......@@ -300,7 +300,9 @@ The Sidekiq dashboard consists of the following elements:
### Logs
The **Logs** page provides access to the following log files:
Since GitLab 13.0, **Log** view has been removed from the admin dashboard since the logging does not work in multi-node setups and could cause confusion for administrators by displaying partial information.
For multi-node systems we recommend ingesting the logs into services like Elasticsearch and Splunk.
| Log file | Contents |
| :---------------------- | :------- |
......@@ -312,7 +314,7 @@ The **Logs** page provides access to the following log files:
| `integrations_json.log` | Activity between GitLab and integrated systems |
| `kubernetes.log` | Kubernetes activity |
The contents of these log files can be useful when troubleshooting a problem. Access is available to GitLab admins, without requiring direct access to the log files.
The contents of these log files can be useful when troubleshooting a problem.
For details of these log files and their contents, see [Log system](../../administration/logs.md).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment