View Single Post
  #4  
Old 04-15-2011, 12:36 PM
dafergu2 dafergu2 is online now
Registered User
 
Join Date: 04-14-2011
Posts: 4
I've got a good first step at it. Another followup question...the rename action in the loop outputs its action step name every iteration of the loop.

Is there a way to disable actions from printing its exectution status?

For example...

4/15/2011 1:31:25 PM: Building project step 'Loop through temporary change script folder'...
4/15/2011 1:31:25 PM: Building project step 'Rename file'...
4/15/2011 1:31:25 PM: Building project step 'Loop through temporary change script folder'...
4/15/2011 1:31:25 PM: Building project step 'Rename file'...
4/15/2011 1:31:25 PM: Building project step 'Loop through temporary change script folder'...
4/15/2011 1:31:25 PM: Building project step 'Rename file'...
4/15/2011 1:31:25 PM: Building project step 'Loop through


When I have 229 files in my loop, it spams the log with a bunch of noise. Is there a way I can turn that off? I tried clicking Disable Action Output, but that did not work.

Thanks!
Reply With Quote