# File lib/lograge/formatters/l2met.rb, line 50 def source_field(data) "#{data[:controller].to_s.tr('/', '-')}:#{data[:action]}" end