Too much log output for Copy Action

Hi Support Team,

I have a ContinuaCI Copy Action with multiple "File Names / Patterns":
*.txt
*.doc
*.pdf
*.chm

Considering there is one file of each file extension except for *.doc the Contrinua Log will contain:

(Source)\*.txt > (target)
  SomeFile.txt
  SomeFile.pdf
  SomeFile.chm
 
(Source)\*.doc > (target)
  SomeFile.txt
  SomeFile.pdf
  SomeFile.chm
 
(Source)\*.pdf > (target)
  SomeFile.txt
  SomeFile.pdf
  SomeFile.chm
 
(Source)\*.chm > (target)
  SomeFile.txt
  SomeFile.pdf
  SomeFile.chm
 
Having 12 patterns leading to 1001 files will blow up the log with 12012 log lines containing 12 times the same 1001 files. Besides the huge size it is impossible to see which pattern was successful or not. In the example above the log does not make it clear that there was no doc file because the list is not empty (consider this with a list of 1001 lines...).

Best regards
Michael

Hi Michael,

Thank you for reporting this - the log is obviously wrong. We will get this fixed for the next version 

This is fixed in version 1.8.0.148