Keep the error attribute on its own line

parent a53ec455
......@@ -46,7 +46,8 @@ module Geo
def log_error(message, error)
Gitlab::Geo::Logger.error({
class: self.class.name,
message: message, error: error
message: message,
error: error
}.merge(log_params))
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