Skip to content

Commit

Permalink
Address review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Nov 1, 2024
1 parent 0f86c90 commit 7a77d27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/commons.bal
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ configurable boolean metricsEnabled = false;
configurable string metricsReporter = "";
configurable boolean tracingEnabled = false;
configurable string tracingProvider = "";
configurable boolean observabilityLogsEnabled = false;
configurable boolean metricsLogsEnabled = false;

function init() returns error? {
boolean isMissingMetricsReporter = ((enabled || metricsEnabled) && (provider == "" && metricsReporter == ""));
Expand Down

0 comments on commit 7a77d27

Please sign in to comment.