@@ -3372,13 +3374,16 @@ ActiveRecord::Schema.define(version: 2020_01_10_144316) do
t.index["marked_for_deletion_by_user_id"],name: "index_projects_on_marked_for_deletion_by_user_id",where: "(marked_for_deletion_by_user_id IS NOT NULL)"
@@ -209,6 +209,36 @@ I, [2020-01-13T19:01:17.091Z #11056] INFO -- : {"message"=>"Message", "project_
{:severity=>"INFO",:time=>"2020-01-13T11:06:09.851Z",:correlation_id=>"d7e0886f096db9a8526a4f89da0e45f6",:message=>"This is my message",:project_id=>123}
```
### Logging context metadata (through Rails or Grape requests)
`Gitlab::ApplicationContext` stores metadata in a request
lifecycle, which can then be added to the web request