In my current project using Filenet P8 Content Platform Engine 5.2.1 with WebSphere 8.5.5.3, on a RedHat 6.7 system. I'm wondering where do the subscription is logging.
In my class code I used this configuration for log4j:
# Properties for configuring Log4j
# Component
log4j.logger.com.spc.ecm.filenet.action=debug, B
log4j.appender.B=org.apache.log4j.RollingFileAppender
log4j.appender.B.File=/tmp/filenet_log/spc-add-properties-to document-events.log
log4j.appender.B.MaxFileSize=2MB
log4j.appender.B.MaxBackupIndex=10
log4j.appender.B.layout=org.apache.log4j.PatternLayout
log4j.appender.B.layout.ConversionPattern=%d{ISO8601} [%-5p] %m%n
I think that logs about subscriptions should be located on the back-end side of the P8 installation, but unfortunately I couldn't find them.
Should I have to enable some sort of audit logging?