From e38fa8ac8201e28fd5a4f330665b66132bbd99d8 Mon Sep 17 00:00:00 2001 From: Danesh Kuruppu Date: Mon, 20 Nov 2023 14:00:50 +0530 Subject: [PATCH] Update ballerina/natives.bal --- ballerina/natives.bal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/natives.bal b/ballerina/natives.bal index a6293235..8f41f090 100644 --- a/ballerina/natives.bal +++ b/ballerina/natives.bal @@ -177,7 +177,7 @@ public isolated function setOutputFile(string path, FileWriteOption option = APP # + logLevel - New log level to be set # + organization - Organization name # + module - Module name -public function setLogLevel(LogLevel logLevel, string? organization = (), string? module = ()) { +public isolated function setLogLevel(LogLevel logLevel, string? organization = (), string? module = ()) { // Set module log level if (organization != () && module != ()) { lock {