|
@@ -39,7 +39,7 @@ public class SecurityProperty {
|
|
log.info("Security loadProperties size is {}", PROPS.size());
|
|
log.info("Security loadProperties size is {}", PROPS.size());
|
|
}
|
|
}
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
- log.error(e.getMessage());
|
|
|
|
|
|
+ log.error(e.getMessage(), e);
|
|
throw new RuntimeException(e);
|
|
throw new RuntimeException(e);
|
|
} finally {
|
|
} finally {
|
|
try {
|
|
try {
|