- Aug 28, 2019
-
-
- Aug 20, 2019
-
-
Current `auth.log` uses `fullpath` and `ip`, while `api_json.log` uses `remote_ip` and `path` for the same fields. Let's standardize these namings to make it easier for people working with the data. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66167
-
- Aug 18, 2019
-
-
Requests over the rate limit are logged into `auth.log`
-
- Aug 16, 2019
-
-
Jarka Košanová authored
- move uploads created by AttachmentUploader - handle also files created for legacy_diff_notes
-
- Aug 08, 2019
-
-
Stan Hu authored
The githost.log name was often confused with GitHost.io. Rename this to git_json.log to make it clear it's coming from Git and that it's JSON data.
-
- Jul 25, 2019
-
-
- Jul 24, 2019
-
-
A project can have the same `LfsObject` linked with up to three `LfsObjectsProject` records. Each of these records would be for a different repository, recorded in the `repository_type` property. The different repositories at time of writing are "project", "wiki", and "design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894 This change exports the list of `repository_type`s as a JSON mapping of oid => repository_types, which are imported to recreate the correct `LfsObjectsProject` records. https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
-
- Jul 22, 2019
-
-
This will make it easier to parse this in production and adds the `correlation_id` if available.
-
- Jul 05, 2019
-
-
Change assorted absolute links to ce and ee docs to relative links
-
- Jul 04, 2019
-
-
Mayra Cabrera authored
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
-
- Jun 28, 2019
- Jun 18, 2019
-
-
- May 31, 2019
-
-
- 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
-
- May 30, 2019
-
-
charlie ablett authored
-
- May 24, 2019
-
-
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
-
- Mar 27, 2019
-
-
Stan Hu authored
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.
-
- Feb 25, 2019
-
-
Brendan O'Leary authored
-
- Feb 12, 2019
-
-
Stan Hu authored
`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.
-
- Nov 27, 2018
-
-
Dylan Griffith authored
-
- Nov 13, 2018
-
-
Evan Read authored
-
- Oct 29, 2018
-
-
- Oct 18, 2018
-
-
Stan Hu authored
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" }
-
- Sep 25, 2018
-
-
Marcel Amirault authored
-
- Sep 06, 2018
-
-
Felipe authored
-
- Aug 30, 2018
-
-
Stan Hu authored
Adds an importer.log so that it's easier to track what's happening with the import.
-
- Apr 04, 2018
-
- Apr 02, 2018
-
-
Stan Hu authored
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
-
- Mar 01, 2018
-
-
Andrew Newdigate authored
-
- Feb 20, 2018
-
-
Diana Stanley authored
-
- Nov 06, 2017
-
-
- Oct 21, 2017
-
-
Stan Hu authored
[ci skip]
-
- Oct 19, 2017
-
-
Stan Hu authored
[ci skip]
-
- Aug 08, 2017
-
-
Stan Hu authored
[ci skip]
-
- Dec 15, 2016
-
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
[ci skip]
-
- Nov 03, 2016
-
-
Lukas Erlacher authored
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
-
- Jun 16, 2016
-
-
James Lopez authored
This reverts commit 13e37a3e.
-
James Lopez authored
-
- Jun 13, 2016
-
-
Achilleas Pipinellis authored
[ci skip]
-
- Jun 03, 2016
-
-
James Lopez authored
This reverts commit 3e991230.
-