Skip to content

Commit

Permalink
Merge pull request #3674 from wso2/Bhashinee-patch-1
Browse files Browse the repository at this point in the history
Change the log level error to warn for the un-deploy errors where user is not required to do anything
  • Loading branch information
Bhashinee authored Oct 9, 2024
2 parents e2be222 + 42f2022 commit 3ac3df9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ public void deleteImport(String importQualifiedName, AxisConfiguration axisConfi
}
}
} catch (Exception e) {
log.error("Error occured while deleting the synapse library import");
log.warn("Error occured while deleting the synapse library import");
}
}

Expand Down

0 comments on commit 3ac3df9

Please sign in to comment.