Skip to content

Logviewer allows you to tail files to the web

Notifications You must be signed in to change notification settings

ridha/logviewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logviewer

Logviewer allows you to tail files to the web for sharing with other people.

Requirements:

  • Python >= 3.6
  • aiohttp
  • aiohttp_jinja2

Install Logviewer:

$ pip3 install logviewer

Usage:

$ logviewer -f /path/to/file.log --port 8080
$ tail -f /path/to/file.log | logviewer

Command line options are:

-p PORT, --port PORT  Specify the webserver port (default to 8080)
-f FILE, --file FILE  File path (default to stdin)

About

Logviewer allows you to tail files to the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published