Commit 1689ecee authored by Stan Hu's avatar Stan Hu

Merge branch 'zj-geo-log' into 'master'

Geo log message shouldn't use full path

Closes gitaly#1242

See merge request gitlab-org/gitlab-ee!6200
parents 4886ee80 88ac5d29
......@@ -69,7 +69,11 @@ module Geo
}
if failure
log_error(failure, exception, type: type, repository_full_path: repository.path_to_repo)
log_error(failure, exception,
type: type,
repository_shard: project.repository_storage,
repsitory_disk_path: repository.disk_path
)
end
registry.update!(attrs)
......
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