Add debug message.
This commit is contained in:
parent
ba5dad1fe5
commit
e1b52da239
1 changed files with 1 additions and 0 deletions
|
|
@ -333,6 +333,7 @@ public class Runner extends Component {
|
||||||
|
|
||||||
@SuppressWarnings("unchecked")
|
@SuppressWarnings("unchecked")
|
||||||
private void updateConfiguration(Map<String, Object> conf) {
|
private void updateConfiguration(Map<String, Object> conf) {
|
||||||
|
logger.fine(() -> "Updating configuration");
|
||||||
Optional.ofNullable((Map<String, Object>) conf.get("vm"))
|
Optional.ofNullable((Map<String, Object>) conf.get("vm"))
|
||||||
.map(vm -> vm.get("currentRam")).map(Configuration::parseMemory)
|
.map(vm -> vm.get("currentRam")).map(Configuration::parseMemory)
|
||||||
.ifPresent(cr -> {
|
.ifPresent(cr -> {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue