3
When deploying services and applications to servers, be able to monitor the log seeing all the updates as soon as they occur, greatly facilitates this task.
On Linux, I use Tail which only loads the end of the file, being therefore excellent to handle large files:
tail -f /usr/local/myservice/file.log
In Windows, there is some alternative to CMD?
If not, what alternative outside the CMD?