Skip to content

Commit

Permalink
add debug logging of raw reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Floppy committed Nov 29, 2024
1 parent ab92e0f commit fd232c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module Federails::Moderation
class ReportCreationService < ApplicationService
def initialize(activity)
@activity = activity
Rails.logger.info "Report recieved: #{@activity.inspect}"
end

def call
Expand Down

0 comments on commit fd232c7

Please sign in to comment.