Skip to content

Commit

Permalink
Change log entry to log level warn
Browse files Browse the repository at this point in the history
  • Loading branch information
zaziemo committed Jan 22, 2024
1 parent 41272bc commit 8b4cf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def log_bot_activity
return if Rails.env.test?
return unless request.is_crawler?

logger.info "Crawler #{request.crawler_name} was here!"
logger.warn "Crawler #{request.crawler_name} was here!"
end

def build_missing_translations(object)
Expand Down

0 comments on commit 8b4cf14

Please sign in to comment.