Skip to content

Commit

Permalink
improve log
Browse files Browse the repository at this point in the history
  • Loading branch information
snripa committed May 21, 2020
1 parent 420f246 commit 6670df2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public Map<String, ConfigProperty> loadConfig() {
.collect(Collectors.toMap(LoadedConfigProperty::name, Function.identity()));
result.putAll(pathProps);
} catch (Exception ex) {
LOGGER.warn("unable to load config properties", ex);
LOGGER.warn("unable to load config properties from {}",path, ex);
throw new ConfigSourceNotAvailableException(ex);
}
}
Expand Down

0 comments on commit 6670df2

Please sign in to comment.