Skip to content

baijum/webtail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Webtail

Webtail stream file content to web.

Usage:

webtail -addr=:8081 [file.log]

The -addr option can be used to specify the host and port number. If -addr option is not given, by default 8081 will be used.

The optional argument is the path to log file that you want to stream.

If the argument is not given, the standard input (stdin) will be used. This helps to use tail together with webtail:

tail -f file.log | webtail

After running this program, you can open the URL: http://localhost:8081 in a browser.

About

Webtail stream file content to web

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages