Skip to content

Commit

Permalink
chore(process-import): change log level to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
markfarkas-camunda committed Jul 16, 2024
1 parent a74b8b3 commit f972af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public synchronized void scheduleImport() {
try {
handleImportedDefinitions(result);
} catch (Exception e) {
LOG.error("Failed to handle imported process definitions", e);
LOG.warn("Failed to handle imported process definitions", e);
}
ready = true;
} catch (Exception e) {
Expand Down

0 comments on commit f972af9

Please sign in to comment.