Skip to content

Commit

Permalink
Update the log level to warn when there is an error in un-deploy erros
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhashinee authored Oct 9, 2024
1 parent d2bcfcf commit 42f2022
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 42f2022

Please sign in to comment.