Added log

This commit is contained in:
Luca Frosini 2023-01-03 18:19:48 +01:00
parent db1654259b
commit 1c7b7427e1
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ public class ElaborateDeposition {
}
// TODO Save content to file
logger.info("{}", objectMapper.writeValueAsString(deposition));
}
}