Skip to content

Commit

Permalink
Update ballerina/natives.bal
Browse files Browse the repository at this point in the history
  • Loading branch information
daneshk authored Nov 20, 2023
1 parent e8547c3 commit e38fa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina/natives.bal
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ()) {

Check warning on line 180 in ballerina/natives.bal

View check run for this annotation

Codecov / codecov/patch

ballerina/natives.bal#L180

Added line #L180 was not covered by tests
// Set module log level
if (organization != () && module != ()) {
lock {
Expand Down

0 comments on commit e38fa8a

Please sign in to comment.