Skip to content

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

6 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages