I'm noticing in my BDD/MDT logging that there's a lot of redundant stuff in the log files that increases the time it takes to get the information I'm looking for. I'm assigning a list of applicaions using the PACKAGES(*) list property. Everything an item gets added to the list item it recounts every element in the list in the logs. For instance: 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) It relists each PACKAGES00x property every time it adds a new one. This makes the log file 10 miles long when I have say 80 applications. Is there a way to streamline this?
|