Skip to content

Commit 6670df2

Browse files
committed
improve log
1 parent 420f246 commit 6670df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-vault/src/main/java/io/scalecube/config/vault/VaultConfigSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public Map<String, ConfigProperty> loadConfig() {
5555
.collect(Collectors.toMap(LoadedConfigProperty::name, Function.identity()));
5656
result.putAll(pathProps);
5757
} catch (Exception ex) {
58-
LOGGER.warn("unable to load config properties", ex);
58+
LOGGER.warn("unable to load config properties from {}",path, ex);
5959
throw new ConfigSourceNotAvailableException(ex);
6060
}
6161
}

0 commit comments

Comments
 (0)