I connected to my Ubuntu machine running single node druid cluster from putty yesterday. Today all those putty sessions are terminated and after reconnecting it is reset to new command line. So it is no more showing log lines emitted by individual services to the putty.
I will like to make this work like hadoop daemons.
In using hadoop, I usually check log files to know what really going on. Also I run jps commands to know which daemons are running. Is it possible to get such or similar behavior with druid with quick configuration.
Currently I am redirecting output of the startup commands with command 2>=1 | tee filepath