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

Add logs TCK #172

Merged
merged 2 commits into from
May 8, 2024
Merged

Add logs TCK #172

merged 2 commits into from
May 8, 2024

Conversation

yasmin-aumeeruddy
Copy link
Contributor

No description provided.

// limitations under the License.
//

= MicroProfile Telemetry logs TCK
Copy link
Member

Choose a reason for hiding this comment

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

Just a note here: we will look at the overall readme so that we don't duplicate info for the three pillars. I will raise an issue to lift the common piece later.

tck/logs/pom.xml Outdated Show resolved Hide resolved
tck/logs/pom.xml Outdated Show resolved Hide resolved
@yasmin-aumeeruddy yasmin-aumeeruddy marked this pull request as ready for review April 30, 2024 14:43
julLogger.info("A JUL log message");
System.out.println(openTelemetry);
Assert.assertEquals(memoryExporter.getFinishedLogRecordItems(1).get(0).getBody(), "A JUL log message");
}
Copy link
Contributor

@fmhwong fmhwong Apr 30, 2024

Choose a reason for hiding this comment

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

Can we also verify the severity?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I will make an issue to do this in a separate PR

Copy link
Member

@Emily-Jiang Emily-Jiang left a comment

Choose a reason for hiding this comment

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

LGTM

@yasmin-aumeeruddy yasmin-aumeeruddy merged commit a9ce1a7 into main May 8, 2024
7 checks passed
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.

4 participants