首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件开发 >

How to enable combined dmcl and dfc trace

2012-06-30 
How to enable combined dmcl and dfc trace?http://vsrr2020.blogspot.com/2008/02/how-to-enable-combin

How to enable combined dmcl and dfc trace?

http://vsrr2020.blogspot.com/2008/02/how-to-enable-combined-dmcl-and-dfc.html

1. Make sure that you have added the following lines to dfc.properties file found in the documentum/config directory.

#

# Specifies whether to enable or disable trace.

#

dfc.tracing.enabled = on

#

# Specifies whether to record the parameter information of methods, if any,

# while tracing.

#

dfc.tracing.recordParameters = on

#

# Specifies whether to record the return value of methods, if any, while tracing.

#

dfc.tracing.recordReturnValue = on

#

# Specifies whether to record timing information while tracing.

#

dfc.tracing.recordTiming = off

#

# Specifies whether to record thread information while tracing.

#

dfc.tracing.recordThreading = on

#

# Specifies whether to output multiple trace outputs on to a single line or not.

#

dfc.tracing.compactMode = on

#

# Specifies how many levels deep the method calls need to be traced.

# Valid values: 0 and above.

#

dfc.tracing.stackDepth = 100

#

# Specifies whether to combine the trace of dmcl along with other traces.

#

dfc.tracing.combineDMCL = on

2. Save the dfc properties file.

3. The DFC logs will be created within the documentum/logs directory. These will be fairly large!

4. Once you have collected the required log, disable the tracing again by setting dfc.tracing.enabled = false

and afterwards save the properties file.

热点排行