egiroux
Posts: 169
Score: 4 Joined: 4/4/2006 From: Portland, Maine Status: offline
|
Does anyone know of a way to cut down on the logging in MDT every time a property gets updated? When using List Items, such as PACKAGES(*) with many elements the logging seems to be very excessive. Every time a new item gets added to the list property it re-updates all of the items in the list and they all get logged again. For example: Property PACKAGES001 is now = UPC00243:BDD ZTIGather 9/9/2008 8:13:21 AM 0 (0x0000) Property PACKAGES002 is now = UPC00390:BDD ZTIGather 9/9/2008 8:13:21 AM 0 (0x0000) Property PACKAGES003 is now = UPC00250:BDD ZTIGather 9/9/2008 8:13:21 AM 0 (0x0000) Property PACKAGES004 is now = UPC00257:BDD ZTIGather 9/9/2008 8:13:21 AM 0 (0x0000) Property PACKAGES005 is now = UPC0026B:BDD ZTIGather 9/9/2008 8:13:21 AM 0 (0x0000) Added PACKAGES value from SQL: PACKAGES = UPC0026B:BDD ZTIGather 9/9/2008 8:13:21 AM 0 (0x0000) When item PACKAGES005 gets added it re-updates 1-4 and they all get appended to the BDD.log. Considering a machine could have up to 80 items in the PACKAGES list this makes the log file 10 miles long. I'd like to cut down on the excessive logging and processing if possible.
|