Workflow Loggers configuration in log4j2.properties

Which IIQ version are you inquiring about?

[IIQ 8.3]

Please share any other relevant files that may be required (for example, logs).

[
log4j2.properties (11.8 KB)
]

Share all details about your problem, including any error messages you may have received.

[I am trying to get logs of workflow in log file but cant get any output in log file.
I have attached the log4j2.properties file configuration]

Hi @Shalaka_Gawande ,

Include the following entry in your workflow. This will direct the logs to the catalina.out file.

  <Variable initializer="true" name="trace">
    <Description>
      Used for debugging this workflow and when set to true trace
      will be sent to stdout.
    </Description>
  </Variable>
1 Like

hi @Shalaka_Gawande remove below entry
log4j.logger.sailpoint.WorkflowTrace=trace
Reload the logger
Enable trace true and then check
if you just use trace true can see logs in tomact out log as well

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.