we have a highly customized dfc app that runs as a plugin in Jive.
I'm trying to turn on dfc.tracing and here's what I have in dfc.properties:
dfc.tracing.enable=true
dfc.tracing.date="dd MM yyyy HH:mm:ss"
dfc.tracing.verbose=true
dfc.tracing.max_stack_depth=0
dfc.tracing.include_rpcs=true
dfc.tracing.mode=compact
dfc.tracing.dir=/nike/dfc-data/bnxcs/logs
It creates the log dfctracing log file in the tracing dir but there is no logging in it.
Is there something else that needs to be done?
tomcat@cambnxd3:/nike/dfc-data/bnxcs/logs$ ll
total 4
drwxr-xr-x 2 tomcat staff 1024 Nov 12 10:37 .
drwxr-xr-x 8 tomcat staff 1024 Nov 12 10:23 ..
-rw-rw-rw- 1 tomcat staff 0 Nov 12 10:19 dfctrace.1258049952055.log
-rw-r--r-- 1 tomcat staff 0 Nov 12 10:31 dfctrace.1258050669942.log
-rw-r--r-- 1 tomcat staff 0 Nov 12 10:37 dfctrace.1258051062757.log
tomcat@cambnxd3:/nike/dfc-data/bnxcs/logs$
thanks!
ken