Skip to content

Instantly share code, notes, and snippets.

@kyanny
Created February 6, 2013 07:50
Show Gist options
  • Save kyanny/4721029 to your computer and use it in GitHub Desktop.
Save kyanny/4721029 to your computer and use it in GitHub Desktop.
# tagged logging http://railscasts.com/episodes/56-the-logger-revised?view=asciicast
config.log_tags = [:uuid, :remote_ip, lambda { |req| Time.now }]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment