-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Change log extension #33813
base: main
Are you sure you want to change the base?
Change log extension #33813
Conversation
From .txt to .log
@microsoft-github-policy-service agree |
Is this backwards compatible or a breaking change? |
Unless there are automated tools to read log bundles that I don't know
about, this should not break anything.
…On Sun, Jul 14, 2024, 08:26 Jay ***@***.***> wrote:
Is this backwards compatible or a breaking change?
—
Reply to this email directly, view it on GitHub
<#33813 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKJ7E3LUUVV6AZ4XHQ3GGTZMJ4A5AVCNFSM6AAAAABKZZZBHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRXGM2DQOBYHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Is there any interest in this PR? |
Sorry, right now the team was heads down on workspaces and getting stuff prepped for winappsdk upgrade. Added need review tag for this. /azp run as it looks like it has test failures, lets see if this was random since i don't think this should have caused that failure |
Merged in latest main. Note to self: when testing, verify that the tools/ executables take this into account, some of them seem to require using log and we have to verify when testing that they're still picking up the files. |
From .txt to .log
Summary of the Pull Request
Changes the log file extension to
.log
for enhanced tool usage.PR Checklist
Detailed Description of the Pull Request / Additional comments
Changed all log file extensions from
.txt
to.log
. This honors system and user defined file associations like CMTrace. It also automatically enables syntax highlighting in software like VSCode.Validation Steps Performed
Manually verified log files and bundled support zip.