Commit 5d4a4fa0 authored by agroleau's avatar agroleau

Added user_id to the spamcheck logger alongside username

parent 841962af
......@@ -37,6 +37,7 @@ module Spam
spam_check_rtt: external_spam_check_round_trip_time.real,
final_verdict: final_verdict,
username: user.username,
user_id: user.user_id,
target_type: target.class.to_s,
project_id: target.project_id
)
......
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