Skip to content
/ logtail Public

tail -f logfiles in a browser using websockets (erlang)

Notifications You must be signed in to change notification settings

RJ/logtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logtail: tail -f logfiles in the browser with websockets

NB: incomplete hack!

How to build and run

$ rebar get-deps
$ ./start-dev.sh

Now visit http://localhost:9090/index.html

(still need to make cowboy treat / as /index.html)

Configuration

Add entries to the sources section in app.config:

Single file

{file, "/path/to/file.log", []}

Multiple files, wildcard expansion

{files, "/var/log/*", []}

About

tail -f logfiles in a browser using websockets (erlang)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published