Use rails logger
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-10-18 18:21:24 +02:00
parent 79ef9fa6d5
commit 21c6264ea9
3 changed files with 10 additions and 10 deletions

View File

@@ -20,7 +20,7 @@ module NostrManager
end
if received_events >= @max_events
puts "Found #{@max_events} events, ending the search"
Rails.logger.debug "Found #{@max_events} events, ending the search"
break
end
end