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

INT-9599 Change the collected metric log level to debug #961

Merged
merged 4 commits into from
Sep 21, 2023

Conversation

JakeFerrero
Copy link
Contributor

No description provided.

@JakeFerrero JakeFerrero requested a review from a team as a code owner September 20, 2023 21:50
) {
const metricWithTimestamp = {
...metric,
timestamp: Date.now(),
};

if (logMetric) {
this.info({ metric: metricWithTimestamp }, 'Collected metric.');
this.debug({ metric: metricWithTimestamp }, 'Collected metric.');
Copy link
Contributor

Choose a reason for hiding this comment

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

click here to see the change

i5o
i5o previously approved these changes Sep 20, 2023
VDubber
VDubber previously approved these changes Sep 20, 2023
@JakeFerrero JakeFerrero dismissed stale reviews from VDubber and i5o via 1c8c8d8 September 21, 2023 14:56
@Nick-NCSU
Copy link
Contributor

This PR updated prettier and added trailing commas: #940

Can you make sure prettier is updated and run yarn format

@Nick-NCSU Nick-NCSU merged commit a838fe8 into main Sep 21, 2023
9 checks passed
@Nick-NCSU Nick-NCSU deleted the INT-9599-make-collected-metric-debug branch September 21, 2023 15:35
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