aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/quiet_opener.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/quiet_opener.rb b/lib/quiet_opener.rb
index f313b303c..cb8cf0619 100644
--- a/lib/quiet_opener.rb
+++ b/lib/quiet_opener.rb
@@ -27,7 +27,7 @@ def quietly_try_to_purge(host, url)
Rails.logger.warn("PURGE: Unable to reach host #{host}")
end
if result == "200"
- Rails.logger.info("PURGE: Purged URL #{url} at #{host}: #{result}")
+ Rails.logger.debug("PURGE: Purged URL #{url} at #{host}: #{result}")
else
Rails.logger.warn("PURGE: Unable to purge URL #{url} at #{host}: status #{result}")
end