I have a application where the log files are being generated in a Linux Machine .
I want to monitor the application while it is in production , so when i used the tail command with the log file name , it only shows only a portion of the updated file .
The command i used is tail MyLog.log
My question is , is it possible to see the whole latest Portion of the file which is updated? Any suggestions?
You can follow the growth of the file by using the
-foption of tail: