Commit 3d55315d authored by Robert May's avatar Robert May

Fix JSON logger issue

parent f68368f1
...@@ -19,7 +19,7 @@ module Gitlab ...@@ -19,7 +19,7 @@ module Gitlab
data.merge!(message) data.merge!(message)
end end
data.to_json + "\n" Gitlab::Json.dump(data) + "\n"
end end
end end
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