# File lib/new_relic/agent/log_once.rb, line 32 def clear_already_logged @already_logged_lock.synchronize do @already_logged = {} end end