Commit fb1299ee authored by Toon Claes's avatar Toon Claes

Use Geo Logger

parent 43acd6d7
...@@ -11,7 +11,7 @@ module Gitlab ...@@ -11,7 +11,7 @@ module Gitlab
@filename = upload.absolute_path @filename = upload.absolute_path
@request_data = build_request_data(upload) @request_data = build_request_data(upload)
rescue ObjectStorage::RemoteStoreError rescue ObjectStorage::RemoteStoreError
Rails.logger.warn "Cannot transfer a remote object." ::Gitlab::Geo::Logger.warn "Cannot transfer a remote object."
end end
private private
......
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