Skip to content

Instantly share code, notes, and snippets.

@ColinHarrington
Created April 26, 2012 22:25
Show Gist options
  • Save ColinHarrington/2503703 to your computer and use it in GitHub Desktop.
Save ColinHarrington/2503703 to your computer and use it in GitHub Desktop.
debugLog4j = {
...
}
prodLog4j = {
...
}
development {
log4j = debugLog4j
}
production {
log4j = prodLog4j
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment