Use the auto-revert-tail-mode
to do this… I have following in my ~/.emacs
(just to convenience…):
(add-to-list 'auto-mode-alist '("\\.log\\'" . auto-revert-mode))
Use the auto-revert-tail-mode
to do this… I have following in my ~/.emacs
(just to convenience…):
(add-to-list 'auto-mode-alist '("\\.log\\'" . auto-revert-mode))