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

Report annotations in logs when executed in GHA #500

Merged
merged 3 commits into from
Apr 11, 2022
Merged

Conversation

edigaryev
Copy link
Contributor

Resolves #489.

mappedLevel = echelon.AnnotationLevelError
}

r.logger.Annotation(&echelon.Annotation{
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think echelon should know anything about the annotations. From it's perspective it's just a text log entry.

Maybe add the annotation notion to the FoldableLogsRenderer and check here if r.logger is an instance of it and then print the annotation?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Implemented direct annotation rendering in 489c957.

@edigaryev edigaryev requested a review from fkorotkov April 11, 2022 07:16
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.

Report annotations in logs when executed in GHA
2 participants