Skip to content

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

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages