Toparvion / analog

🔎 Flexible web-based real-time log viewer
MIT License
19 stars 5 forks source link

Stop the tailing in case of non-NotFound events #39

Open Toparvion opened 4 years ago

Toparvion commented 4 years ago

Currently AnaLog keeps trying to restart the tailing process in case of most error messages emitted from the log origin. It is often appears redundant because those messages point to non-recoverable errors (e.g. broken log/tail source). Thus, it seems feasible to stop the tailing process when the received event is different from NotFound one.