Skip to content

Instantly share code, notes, and snippets.

@gswallow
Created January 10, 2014 20:45
Show Gist options
  • Save gswallow/8362229 to your computer and use it in GitHub Desktop.
Save gswallow/8362229 to your computer and use it in GitHub Desktop.
One event shows up as one event
I, [2014-01-10T14:37:19.034362 #30935] INFO -- : Started GET "/assay_configurations/52cc92a82f52768fac0007ad/qa_rules/52d00c39e4b07d43957208f5" for 207.250.246.98 at 2014-01-10 14:37:19 -0500
I, [2014-01-10T14:37:19.037855 #30935] INFO -- : Processing by QaRulesController#read as JSON
I, [2014-01-10T14:37:19.037926 #30935] INFO -- : Parameters: {"assay_id"=>"52cc92a82f52768fac0007ad", "qa_rule_id"=>"52d00c39e4b07d43957208f5"}
I, [2014-01-10T14:37:19.061787 #30935] INFO -- : Completed 200 OK in 24ms (Views: 2.7ms)
Multiple events also show up as one event
I, [2014-01-10T14:37:19.034362 #30935] INFO -- : Started GET "/assay_configurations/52cc92a82f52768fac0007ad/qa_rules/52d00c39e4b07d43957208f5" for 207.250.246.98 at 2014-01-10 14:37:19 -0500
I, [2014-01-10T14:37:19.037855 #30935] INFO -- : Processing by QaRulesController#read as JSON
I, [2014-01-10T14:37:19.037926 #30935] INFO -- : Parameters: {"assay_id"=>"52cc92a82f52768fac0007ad", "qa_rule_id"=>"52d00c39e4b07d43957208f5"}
I, [2014-01-10T14:37:19.061787 #30935] INFO -- : Completed 200 OK in 24ms (Views: 2.7ms)
Gregs-MacBook-Pro:~ gswallow$ tail -12 production.log
I, [2014-01-10T14:37:09.024562 #30935] INFO -- : Started GET "/assay_configurations/52cc92a82f52768fac0007ad/reference_chromatograms" for 207.250.246.98 at 2014-01-10 14:37:09 -0500
I, [2014-01-10T14:37:09.030922 #30935] INFO -- : Processing by ChromatogramMethodController#list_references as JSON
I, [2014-01-10T14:37:09.031025 #30935] INFO -- : Parameters: {"assay_id"=>"52cc92a82f52768fac0007ad"}
I, [2014-01-10T14:37:09.042937 #30935] INFO -- : Completed 200 OK in 12ms (Views: 0.7ms)
I, [2014-01-10T14:37:12.022828 #30924] INFO -- : Started GET "/assay_configurations/52cc92a82f52768fac0007ad/qa_rules/52d00c39e4b07d43957208ef" for 207.250.246.98 at 2014-01-10 14:37:12 -0500
I, [2014-01-10T14:37:12.026411 #30924] INFO -- : Processing by QaRulesController#read as JSON
I, [2014-01-10T14:37:12.026479 #30924] INFO -- : Parameters: {"assay_id"=>"52cc92a82f52768fac0007ad", "qa_rule_id"=>"52d00c39e4b07d43957208ef"}
I, [2014-01-10T14:37:12.166941 #30924] INFO -- : Completed 200 OK in 140ms (Views: 3.1ms)
I, [2014-01-10T14:37:19.034362 #30935] INFO -- : Started GET "/assay_configurations/52cc92a82f52768fac0007ad/qa_rules/52d00c39e4b07d43957208f5" for 207.250.246.98 at 2014-01-10 14:37:19 -0500
I, [2014-01-10T14:37:19.037855 #30935] INFO -- : Processing by QaRulesController#read as JSON
I, [2014-01-10T14:37:19.037926 #30935] INFO -- : Parameters: {"assay_id"=>"52cc92a82f52768fac0007ad", "qa_rule_id"=>"52d00c39e4b07d43957208f5"}
I, [2014-01-10T14:37:19.061787 #30935] INFO -- : Completed 200 OK in 24ms (Views: 2.7ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment