Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created June 18, 2014 15:11
Show Gist options
  • Save cmhobbs/a8532a024b8a6d418836 to your computer and use it in GitHub Desktop.
Save cmhobbs/a8532a024b8a6d418836 to your computer and use it in GitHub Desktop.
W, [2014-06-18T10:09:04.897542 #1838] WARN -- : wat
=> true
2.0.0-p247 :005 > l.info("wat")
I, [2014-06-18T10:09:37.896198 #1838] INFO -- : wat
=> true
2.0.0-p247 :006 > l.info(["foo", "bar", "wat"])
I, [2014-06-18T10:10:21.495064 #1838] INFO -- : ["foo", "bar", "wat"]
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment