Commit 2b5c86b5 authored by Valery Sizov's avatar Valery Sizov

[Geo] Add logging when create a temporary repository

parent e8a37e6a
...@@ -165,6 +165,11 @@ module Geo ...@@ -165,6 +165,11 @@ module Geo
raise Gitlab::Shell::Error, 'Can not create a temporary repository' raise Gitlab::Shell::Error, 'Can not create a temporary repository'
end end
log_info(
'Created temporary repository',
temp_path: disk_path_temp
)
repository.clone.tap { |repo| repo.disk_path = disk_path_temp } repository.clone.tap { |repo| repo.disk_path = disk_path_temp }
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