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

Support ADO groups to improve navigating the logs #66

Open
tdashworth opened this issue Jul 1, 2021 · 2 comments
Open

Support ADO groups to improve navigating the logs #66

tdashworth opened this issue Jul 1, 2021 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@tdashworth
Copy link
Contributor

Is your feature request related to a problem? Please describe

When viewing the logs for a deployment on Azure DevOps, it is quite frustrating to scroll through the whole log to find a specific section.

Describe the solution you'd like

I would like to use Azure Pipeline's logging commands to group sections that can be minified. I'm not sure at what level would be best to group, the lifecycle or the deployment steps?

https://docs.microsoft.com/en-us/azure/devops/pipelines/scripts/logging-commands?view=azure-devops&tabs=bash#formatting-commands

@tdashworth tdashworth added the enhancement New feature or request label Jul 1, 2021
@tdashworth
Copy link
Contributor Author

Wondering if it would be worth refactoring the logging stuff to follow something similar to Nuke with different "OutputSinks" for different CI providers?

https://github.com/nuke-build/nuke/tree/2e3ebee5b041bb80d18d41a9da36b7e7d8fd28fc/source/Nuke.Common/OutputSinks
https://github.com/nuke-build/nuke/tree/2e3ebee5b041bb80d18d41a9da36b7e7d8fd28fc/source/Nuke.Common/CI/AzurePipelines

@tdashworth
Copy link
Contributor Author

I'm not sure if these work in Releases which is where our deployment run.

@tdashworth tdashworth added the good first issue Good for newcomers label Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant