Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 348 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 348 Bytes

ws-tail

A simple app to tail log files over Websockets.

Features

  • Define multiple glob patterns to find log files
  • List of log files refreshes automatically when new files are added
  • Live filtering when watching logs

Setup

git clone [email protected]:esripdx/ws-tail.git
cd ws-tail
npm install
node server.js