Commit 4dc6892e authored by Nick Thomas's avatar Nick Thomas

Merge branch 'add-storage-type-to-project-logs' into 'master'

[Geo] Add storage version to logs

See merge request gitlab-org/gitlab-ee!5078
parents edbbacf7 9106ce40
...@@ -8,6 +8,7 @@ module Gitlab ...@@ -8,6 +8,7 @@ module Gitlab
class: self.class.name, class: self.class.name,
project_id: project.id, project_id: project.id,
project_path: project.full_path, project_path: project.full_path,
storage_version: project.storage_version,
message: message message: message
} }
end end
......
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