diff options
author | Felipe Artur <felipefac@gmail.com> | 2018-08-20 15:34:07 -0300 |
---|---|---|
committer | Felipe Artur <felipefac@gmail.com> | 2018-09-06 14:48:31 -0300 |
commit | 9710cda30eadfac5b88aefbdc000d2432ea4fac2 (patch) | |
tree | b781eca2913b8b0b88773d34276ff956b44cddd5 /doc | |
parent | 6967fd0aa5ba3ca51d48335e16703d12e6bd247c (diff) | |
download | gitlab-ce-9710cda30eadfac5b88aefbdc000d2432ea4fac2.tar.gz |
Move project services log to a separate file
Diffstat (limited to 'doc')
-rw-r--r-- | doc/administration/logs.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/administration/logs.md b/doc/administration/logs.md index 0fbb4481fb8..98134075b94 100644 --- a/doc/administration/logs.md +++ b/doc/administration/logs.md @@ -113,6 +113,19 @@ October 07, 2014 11:25: User "Claudie Hodkiewicz" (nasir_stehr@olson.co.uk) was October 07, 2014 11:25: Project "project133" was removed ``` +## `integrations_json.log` + +This file lives in `/var/log/gitlab/gitlab-rails/integrations_json.log` for +Omnibus GitLab packages or in `/home/git/gitlab/log/integrations_json.log` for +installations from source. + +It contains information about [integrations](../user/project/integrations/project_services.md) activities such as JIRA, Asana and Irker services. It uses JSON format like the example below: + +``` json +{"severity":"ERROR","time":"2018-09-06T14:56:20.439Z","service_class":"JiraService","project_id":8,"project_path":"h5bp/html5-boilerplate","message":"Error sending message","client_url":"http://jira.gitlap.com:8080","error":"execution expired"} +{"severity":"INFO","time":"2018-09-06T17:15:16.365Z","service_class":"JiraService","project_id":3,"project_path":"namespace2/project2","message":"Successfully posted","client_url":"http://jira.example.net"} +``` + ## `githost.log` This file lives in `/var/log/gitlab/gitlab-rails/githost.log` for |