Skip to content

Instantly share code, notes, and snippets.

@gclitheroe
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gclitheroe/6a2606364dc90547af9b to your computer and use it in GitHub Desktop.
Save gclitheroe/6a2606364dc90547af9b to your computer and use it in GitHub Desktop.
mule conf for logging
...
wrapper.java.additional.4=-Dspring.profiles.active="%SPRING_PROFILE%"
wrapper.java.additional.4.stripquotes=TRUE
wrapper.java.additional.5=-Dhost.name="%HOSTNAME%"
wrapper.java.additional.5.stripquotes=TRUE
wrapper.java.additional.6=-Dlogentries.token="%LOGENTRIES_TOKEN%"
wrapper.java.additional.6.stripquotes=TRUE
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment