How do I show the list of Perforce files synced in the log?

Context:
     Team City 8.1

I see calls in the log to p4 sync and p4 sync -f but I don't see the file list.  Is there a way to have the output added to the log?

0
1 comment

Hi,

No, it is not possible to print this output in file. You can create a script wrapper over p4 which will print output in file and in standard output and use it TeamCity instead of standard command.

0

Please sign in to leave a comment.