Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created October 21, 2014 15:10
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 jrichardsz/66aca2fe4a470d16cad9 to your computer and use it in GitHub Desktop.
Save jrichardsz/66aca2fe4a470d16cad9 to your computer and use it in GitHub Desktop.
Spring log4j path configuration
<!-- In Log4jPropertyConfigurer put : PropertyConfigurator.configure(../../mylog4j.properties)-->
<bean id="applicationLog4j" class="my.package.structure.properties.log4j.Log4jPropertyConfigurer">
<constructor-arg index="0" ref="log4jPropertyConfigurer" />
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment