Skip to content

Commit

Permalink
Oops... forgot to log the exception (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Sep 16, 2023
1 parent 7630484 commit 43d73d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ private synchronized Flux<Map.Entry<String, Map.Entry<SchedulePeriod, ZoneSettin

} catch (Exception ex) {

logger.error("{}: failed to apply settings: {}", zoneName, settings);
logger.error("{}: failed to apply settings: {}", zoneName, settings, ex);
zone2period.put(zone, null);
return Flux.just(new AbstractMap.SimpleEntry<>(zoneName, null));
}
Expand Down

0 comments on commit 43d73d0

Please sign in to comment.