Integration Runtime logback Error
Hi Community,
I'm trying to run integration runtime with logback.xml. When I run below command in CMD
java -DconfigFile="integrationRuntime-settings.json" -Dlogs.includedLogback="logback.xml" -jar .\integration-runtime-8.0.14-b100.jar
Throws an error

logback.xml file content
<?xml version="1.0"?>
<included>
<property name="logs.dir" value="C:\\ThingworxStorage\\IRlogs" />
<property name="logs.uniqueId" value="${processId}" />
<property name="logs.maxFileSize" value="1MB" />
<property name="logs.maxIndex" value="5" />
<logger name="com.twx.integration" level="DEBUG" />
<logger name="org.apache.camel" level="DEBUG" />
<logger name="org.apache.http" level="DEBUG" />
</included>
Also, I'm looking for a way to set IR log level to DEBUG mode
Could anyone please help me on this
/VR

