Skip to content

Instantly share code, notes, and snippets.

@scottillogical
Created April 4, 2013 18:19
Show Gist options
  • Save scottillogical/5312750 to your computer and use it in GitHub Desktop.
Save scottillogical/5312750 to your computer and use it in GitHub Desktop.
if Rails.env.development?
LOG.sev_threshold = LOGGER::DEBUG
else
LOG.sev_threshold = LOGGER::INFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment