Log monitoring in your browser
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
logviewer-1.0.4.tar.gz
(3.6 kB
view hashes)