Is it possible to send some commandline flags or config settings to either Flume or the JVM so that I can see some messages in a log file when the Flume node or the JVM hosting the Flume node shuts down?
I am having issues when I can see the Flume node stop down but nothing's in the logs (the last log entries by the Flume node is about successful writes to local file system) > Kill it with a normal SIGTERM or SIGINT (not kill -9). The JVM will invoke > the shutdown hooks and Flume will terminate itself gracefully. > > Mike >
