Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up KuduSync.net log output #1

Closed
fashaikh opened this issue Feb 8, 2013 · 1 comment
Closed

Clean up KuduSync.net log output #1

fashaikh opened this issue Feb 8, 2013 · 1 comment
Assignees
Milestone

Comments

@fashaikh
Copy link

fashaikh commented Feb 8, 2013

Clean up KuduSync.net log output to minimize redundant root path display

[Maggie]:
The only place I can see what files get deployed is in the 'Running deployment command ...' log. It's hard to fish out the list of files from the log.
The screenshot will shows what I have described. We should have a list similar to the git log (also showed in the screenshot)

for.e.g.

Command: deploy.cmd
Handling Basic Web Site deployment.
KuduSync.NET from: C:\DWASFiles\Sites\faizgithubtest\VirtualDirectory0\site\repository to: C:\DWASFiles\Sites\faizgithubtest\VirtualDirectory0\site\wwwroot
Copying file from: C:\DWASFiles\Sites\faizgithubtest\VirtualDirectory0\site\repository\About.cshtml to: C:\DWASFiles\Sites\faizgithubtest\VirtualDirectory0\site\wwwroot\About.cshtml
Copying file from: C:\DWASFiles\Sites\faizgithubtest\VirtualDirectory0\site\repository\Default.cshtml to: C:\DWASFiles\Sites\faizgithubtest\VirtualDirectory0\site\wwwroot\Default.cshtml

Could be

Command: deploy.cmd
Handling Basic Web Site deployment.
KuduSync.NET from: C:\DWASFiles\Sites\faizgithubtest\VirtualDirectory0\site\repository to: C:\DWASFiles\Sites\faizgithubtest\VirtualDirectory0\site\wwwroot

Copied : 'About.cshtml'
Copied : 'views\Default.cshtml'

@ghost ghost assigned amitapl Feb 8, 2013
@amitapl
Copy link

amitapl commented Feb 8, 2013

Fixed with 205e46a.

@amitapl amitapl closed this as completed Feb 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants