summaryrefslogtreecommitdiff
path: root/doc/administration/logs.md
Commit message (Collapse)AuthorAgeFilesLines
* Change absolute links to relativeMarcel Amirault2019-07-051-1/+1
| | | | | Change assorted absolute links to ce and ee docs to relative links
* Add new info for auth.logMayra Cabrera2019-07-041-0/+3
| | | | | | | 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
* Replace 'JIRA' with 'Jira'Takuya Noguchi2019-06-281-1/+1
| | | | | | https://community.atlassian.com/t5/Jira-questions/Is-it-quot-JIRA-quot-or-quot-Jira-quot/qaq-p/681163 Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* Https many links in docsEvan Read2019-06-181-1/+1
|
* Merge branch 'master' into 'docs/fix-example-dot-net'Mike Lewis2019-06-071-5/+31
|\ | | | | | | # Conflicts: # doc/user/project/clusters/serverless/index.md
| * Apply reviewer feedback59587-add-graphql-loggingcharlie ablett2019-05-311-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | - Comply doc with guidelines - Improve tests for readability and completeness - Separate out phases visually with newlines - Add `format_message` test - test readability - code and test structure/styling - static query analyzers - call `as_json` on `provided_variables` - add exception handling
| * Add `graphql_json` logfile documentationcharlieablett2019-05-301-0/+13
| |
| * Changes RackAttack logger to use structured logsMayra Cabrera2019-05-241-0/+9
| | | | | | | | | | | | | | | | Creates a new filename to register auth logs. This change should allow SRE's queries to make better queries through logging infrastructure. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54528
| * Log Gitaly RPC duration to api_json.log and production_json.logStan Hu2019-03-271-5/+8
| | | | | | | | | | | | | | This makes it easier to debug Gitaly performance issues in the field. This commit also makes the tracking of query time thread-safe via RequestStore.
* | Remove example.net, replace with example.comdocs/fix-example-dot-netBrendan O'Leary2019-02-251-1/+1
|/
* Log queue duration in production_json.logStan Hu2019-02-121-2/+5
| | | | | | | | `queue_duration` is a useful metric that is currently in api_json.log but not in production_json.log. We should add it because it tells us how long the request sat in Workhorse before Unicorn processed it. Having this field enables the support team to better troubleshoot when delays began to happen.
* Use JSON logging for helm install servicesDylan Griffith2018-11-271-0/+19
|
* Resolve Markdown ordered lists not conforming to styleguidedocs/fix-ordered-list-item-prefixEvan Read2018-11-131-6/+6
|
* Fix open-ended params for api_json.logAndrew Newdigate2018-10-291-1/+1
|
* Add support for JSON logging for audit eventsStan Hu2018-10-181-0/+14
| | | | | | | | | | | | | | | | | | | | This will add audit_json.log that writes one line per audit event. For example: { "severity":"INFO", "time":"2018-10-17T17:38:22.523Z", "author_id":3, "entity_id":2, "entity_type":"Project", "change":"visibility", "from":"Private", "to":"Public", "author_name":"John Doe4", "target_id":2, "target_type":"Project", "target_details":"namespace2/project2" }
* Correct Gitlab to GitLab in docsMarcel Amirault2018-09-251-3/+3
|
* Move project services log to a separate fileFelipe Artur2018-09-061-0/+13
|
* Add JSON logging for Bitbucket Server importerStan Hu2018-08-301-0/+9
| | | | Adds an importer.log so that it's easier to track what's happening with the import.
* Add support for Sidekiq JSON loggingStan Hu2018-04-041-0/+22
| | | | Closes #20060
* Move Sidekiq exporter logs to log/sidekiq_exporter.logsh-move-sidekiq-exporter-logsStan Hu2018-04-021-0/+8
| | | | | | | | | | | The Sidekiq exporter logs were mixing with the normal Sidekiq logs. In order to support structured logging in Sidekiq, we either need to split this data out or convert the exporter to produce structured logs. Since Sidekiq job processing is fundamentally different information from Web server traffic, it seems cleaner to move the metrics traffic into a separate file, where they can be parsed by a different filter if needed. Relates to #20060
* Update documentation WRT to request parametersan/log-documentationAndrew Newdigate2018-03-011-1/+2
|
* add lines describing how to find user clone/fetch activity43416-document-where-user-clone-fetch-activity-appears-in-the-logsDiana Stanley2018-02-191-0/+4
|
* Add reconfigure docs to CEStan Hu2017-11-061-0/+9
|
* Add docs for `api_json.log` filesh-api-json-logsStan Hu2017-10-181-2/+22
| | | | [ci skip]
* Add docs on structured logging in GitLabsh-structured-log-docsStan Hu2017-08-081-0/+27
| | | | [ci skip]
* Fix headings in administration/logs.mdAchilleas Pipinellis2016-12-151-14/+14
| | | | [ci skip]
* Document `repocheck.log` in logs docsAchilleas Pipinellis2016-12-151-0/+10
| | | | [ci skip]
* Show log corresponding to env in admin/logsLukas Erlacher2016-11-031-1/+2
| | | | | | | | | | No matter which environment Gitlab was running as, the admin/logs view always showed production.log. This commit selects the logfile based on Rails.env. - Rename ProductionLogger to EnvironmentLogger - Make EnvironmentLogger logfile depend on env - Update spinach test for log tabs
* Move logs/logs.md to administration/logs.mdAchilleas Pipinellis2016-06-131-0/+137
[ci skip]