Commit 88ac5d29 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg

Geo log message shouldn't use full path

Replaced with shard name, and disk_path, the combination gives enough
details.

Closes https://gitlab.com/gitlab-org/gitaly/issues/1242
parent 5ca48551
......@@ -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