View Single Post
  #7  
Old 05-12-2006, 10:55 AM
Dave_Novak Dave_Novak is online now
Registered User
 
Join Date: 04-13-2006
Location: Atlanta, GA
Posts: 64
I actually did a rebuild. HOWEVER, I changed the conditional step to make it UNconditional.

Going back to the original version, my output is:

Settings\Temporary Internet Files\Content.IE5\ZIJKLVNX\disablelogging[1].bld'--------------------
5/12/2006 11:47:50 AM: Building project step 'Project steps'...
5/12/2006 11:47:50 AM: Building project step 'Conditional'...
5/12/2006 11:47:57 AM: Step skipped
5/12/2006 11:47:57 AM: Building project step 'More'...
5/12/2006 11:47:57 AM: Build successfully completed.


So, indeed logging is disabled temporarily for those skipped steps in your example. I'm going to see what I can do to mimic this as it appears to be a faster solution. My apologies for the confusion I introduced.

BTW -- How can I programmatically check the "Disable logging of action output" setting for the current Step? I could use this as my flag for disabling / re-enabling logging.
Reply With Quote