Share all details about your problem, including any error messages you may have received.
[I want to print log statement for test rule which I have created from backend.The logs should not print in log file where the workflow trace logs is present, rule logs should print in another file. How can we achieve it in IIQ? The attached log file is for workflow trace]
you can use the logger of log4j. In this file you add the logger and the appender. The logger define the property of the file(name, path, rotacion, etc…) and the appender define the level of the logs that you print and the name of logger.