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

Consume DevOps Logging #1039

Merged
merged 1 commit into from
Sep 28, 2020

Conversation

chidozieononiwu
Copy link
Member

Consume DevOps Logging from eng\common\scripts\logging.ps1

@chidozieononiwu chidozieononiwu requested a review from a team as a code owner September 24, 2020 03:40
@@ -5,25 +5,7 @@ param(
[switch]$devOpsLogging = $false
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can eliminate this parameter as well now.

Copy link
Member

@weshaggard weshaggard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment but looks good otherwise.

Write-Error "$args"
}
}
. "${PSScriptRoot}..\common\scripts\logging.ps1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: PowerShell conventions would make this Logging.ps1

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renaming in git where the only change is a case change ends up causing more troubles than benefit. I'll just leave this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we can potentially clean some of this up with #829.

@chidozieononiwu
Copy link
Member Author

/check-enforcer override

@chidozieononiwu chidozieononiwu merged commit 6fdcc1c into Azure:master Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants