Modify ↓
Opened 2 years ago
Closed 2 years ago
#662 closed enhancement (fixed)
Hiding the command that is excecuted with "ExecTask"
| Reported by: | sjoerdmaessen | Owned by: | mrook |
|---|---|---|---|
| Priority: | major | Milestone: | 2.4.6 |
| Component: | phing-tasks-ext | Version: | 2.4.5 |
| Keywords: | ExecTask, hide | Cc: |
Description
I have a rsync command that I executed with "ExecTask". Everytime I use rsync to deploy my project I see the following output:
> deploy:
[echo] Syncing between local and remote server
[exec] Executing command: rsync --recursive --links --verbose --compress --times --omit-dir-times --exclude "/deploy.sh" --exclude "/conf/" --exclude "/statistics/" --exclude "/.git" --exclude "/build.xml" --exclude "/httpdocs/.htaccess" --exclude "
I'm only interested in the output of the command (that is shown on my screen by using the parameter 'passthru'). The command itself will never change, only the output. To keep my output window clean I would like to hide the command that is excecuted.
Attachments (0)
Change History (3)
comment:1 Changed 2 years ago by mrook
- Milestone changed from TBD to 2.4.6
comment:2 Changed 2 years ago by mrook
comment:3 Changed 2 years ago by mrook
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [1071]) Refs #662 - add loglevel attribute to hide logging messages