Skip to content

Commit 23de36a

Browse files
author
GroG
committed
more logging needed for email config problem
1 parent 3aec3c0 commit 23de36a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/myrobotlab/service/Runtime.java

+1
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ private static Map<String, ServiceInterface> createServicesFromPlan(Plan plan, M
446446
try {
447447
((ConfigurableService) si).apply(sc);
448448
} catch (Exception e) {
449+
Runtime.getInstance().error(e);
449450
Runtime.getInstance().error("could not apply config of type %s to service %s, using default config", sc.type, si.getName(), sc.type);
450451
}
451452
}

0 commit comments

Comments
 (0)