Is there a way to send the clearcase log file to dev/nu开发者_如何学运维ll in a CruiseControl.NET environment?
Now every build that is done a clearcase update log file is created, that in the end will fill my disk.
Thanks in advance.
One other solution (rather than trying to redirect the all build log to /dev/null
) is to ask ClearCase to not generate logs during an update of a snapshot view.
Make sure to set (on the CC.Net server) the environment variable:
CCASE_NO_LOG=EV
And no 'xxx.updt
' file will be generated.
See env_ccase
CCASE_NO_LOG
Suppresses log creation for the update command and other commands (
catcs
,edcs
, and so on.) that initiates the update operation.Default: Undefined.
精彩评论