carina-studio / ULogViewer

Cross-Platform Universal Log Viewer.
https://carina-studio.github.io/ULogViewer/
MIT License
409 stars 40 forks source link

Is continuous reading supported on files #36

Open llfab opened 8 months ago

llfab commented 8 months ago

Such that you would select the profile, select the file and when the file changes the log view is updated. E.g. using file watcher.

hamster620 commented 8 months ago

@llfab thanks for your suggestion, we will plan it in the next major release. For now you can try using Standard output data source with tail command to read log from file continuously.

llfab commented 8 months ago

Great thanks