Is your feature request related to a problem? Please describe.
I would like to be able to view logs as they update and not just open a static version of the file into memory.
Describe the solution you'd like
A button for a live mode once you've opened the file.
Describe alternatives you've considered
Using tail -f
Is your feature request related to a problem? Please describe.
I would like to be able to view logs as they update and not just open a static version of the file into memory.
Describe the solution you'd like
A button for a live mode once you've opened the file.
Describe alternatives you've considered
Using
tail -f