My Java application have this shutdown hook:
Runtime.getRuntime().addShutdownHook(new Thread(() -> { LOG.info("Terminating app"); }));