@Configuration
public static Option[] configure() throws Exception {
return combine(
getDefaultCamelKarafOptions(),
new DoNotModifyLogOption(),
new KarafDistributionConfigurationFileReplacementOption("etc/org.ops4j.pax.logging.cfg", new File("src/test/resources/log4j.properties"))
);
}