Hi,
I try to change the trace level of my dctm sessions. Where can i set this trace level for all my sessions ?
I know that before DCTM 6, this was in the DMCL.ini file but with DCTM 7, i don't find such option.
Thanks a lot.
Hi Julien,
you can enable tracing for your sessions by setting the appropriate properties in dfc.properties like:
dfc.tracing.enable=true
There is also a good documentation found in the Content Server Admin Guide explaining all options.
Ok for the DFC Tracing...
But my question is for session logging option :
Using the setServerTraceLevel method
The setServerTraceLevel method is defined for the DFC IDfSession interface. The method takes
two arguments, a trace level, defined as an integer value, and a facility name. The following table
describes the trace levels for the setServerTracelLevel method.
But how i can set this option without coding ? like the old trace api command.
you can use SET_OPTIONS in the administrative methods..
just debug what the method is doing to implement it in your own way.
I try to write custom code to test Session logs option.
Thanks dnv !