Skip to content

Commit

Permalink
refactor: set debug to error
Browse files Browse the repository at this point in the history
  • Loading branch information
InesNi committed Mar 21, 2024
1 parent d27c9db commit 2b2e1b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (
process.env.DEBUG &&
process.env.DEBUG.includes('plugin:publish-metrics:')
) {
diag.setLogger(new DiagConsoleLogger(), DiagLogLevel.DEBUG);
diag.setLogger(new DiagConsoleLogger(), DiagLogLevel.ERROR);
}

class OTelReporter {
Expand Down

0 comments on commit 2b2e1b6

Please sign in to comment.