Skip to content

Commit

Permalink
Add configuration of logs enabling
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Oct 31, 2024
1 parent d449740 commit 0f86c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ballerina/commons.bal
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ configurable boolean metricsEnabled = false;
configurable string metricsReporter = "";
configurable boolean tracingEnabled = false;
configurable string tracingProvider = "";
configurable boolean observabilityLogsEnabled = false;

function init() returns error? {
boolean isMissingMetricsReporter = ((enabled || metricsEnabled) && (provider == "" && metricsReporter == ""));
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

org.gradle.caching=true
group=io.ballerina.stdlib
version=1.3.1-SNAPSHOT
version=1.4.0-SNAPSHOT
ballerinaLangVersion=2201.10.0
githubSpotbugsVersion=5.0.14
githubJohnrengelmanShadowVersion=8.1.1
Expand Down

0 comments on commit 0f86c90

Please sign in to comment.