-
Notifications
You must be signed in to change notification settings - Fork 271
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
Implement log grouping commands #995
Labels
Comments
MariusStorhaug
changed the title
Implement Log Grouping Commands
Implement log grouping commands
Nov 11, 2023
@MariusStorhaug thanks for reporting! |
I appreciate that; however there is a pr already that only needs a short review on this. I do not know how to test this myself, any pointers would be appreciated. Also would be great to know if Im on the right track.
Sent from Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Maxim Zaytsev ***@***.***>
Sent: Tuesday, November 14, 2023 9:27:04 AM
To: microsoft/azure-pipelines-task-lib ***@***.***>
Cc: Marius Storhaug ***@***.***>; Mention ***@***.***>
Subject: Re: [microsoft/azure-pipelines-task-lib] Implement log grouping commands (Issue #995)
@MariusStorhaug<https://github.com/MariusStorhaug> thanks for reporting!
We are working on more prioritized issues at the moment but will get back to this one soon.
—
Reply to this email directly, view it on GitHub<#995 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEHGXDPX6MLP7TG53HFKKGLYEMTNRAVCNFSM6AAAAAA7HJEC6KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMBZG42DAMRUGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@max-zaytsev any update on the following issue? I have the PR #994 that should add this functionality. |
This issue has had no activity in 90 days. Please comment if it is not actually stale |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Objective
To enhance the Azure Pipelines Task Library (
azure-pipelines-task-lib
) by introducing functionality for log grouping commands. This feature aims to provide developers with an easy and standardized way to group log outputs in Azure DevOps tasks, improving log readability and organization.Links:
Proposed Feature
group
: Starts a new log group with an optional name.endgroup
: Ends the current log group.Details
group
command should format the log as'##[group]Group name here'
, where "Group name here" is the optional name of the log group.endgroup
command should simply be'##[endgroup]'
, signaling the end of the current log group.TaskCommand
) in the Node.js version of the library.Use Case
Expected Impact
Feedback and suggestions on this proposal are welcome!
The text was updated successfully, but these errors were encountered: