java - Where can I find IBM FileNet Content Engine subscription log? -
in current project using filenet p8 content platform engine 5.2.1 websphere 8.5.5.3, on redhat 6.7 system. i'm wondering subscription logging.
in class code used configuration log4j:
# properties 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 logs subscriptions should located on back-end side of p8 installation, unfortunately couldn't find them.
should have enable sort of audit logging?
unless have specific requirements logging output, suggest using facility provided content engine — logging through com.filenet.api.engine.handlercallcontext. there bunch of methods tracedetail
or logerror
. output directed p8_server_trace.log
or p8_server_error.log
, default located @ <was root>/profiles/<profile name>/filenet/<server name>
.
you find detailed information on logging in documentation — logging concepts.
Comments
Post a Comment