Are there any instructions on how to configure log4j in a batch job being run using CommandLineJobRunner from a maven generated jar file?
I wish to log to a file and to set the log level.
I have seen an example or two spring batch applications that suggest that the log4j.properties should be placed in the resources directory together with the batch context files, but this isn't working for me.
Cheers


Reply With Quote
