A simple, colourful logfile watcher
Project description
watchlogs
watchlogs
is a simple command line utility for watching multilpe log files and interleaving their contents to stdout
as each log is appended to. It aims to achieve the functionality of tail -F
, but with more colour.
Usage
watchlogs --log_files /path/to/log1.txt,/path/to/log2.txt,....
Installation
Install via pip install watchlogs
. If you prefer to hack around with the source code, it's a single python file.
Behaviour
watchlogs
has the following behaviour when log.txt
is updated (assuming that watchlogs --log_files log.txt
has been run):
-
action: appending (supported)
echo "x" >> log.txt
(printsx
to screen) -
action: moving/rotating (supported)
touch log2.txt ; echo "y" > log2.txt ; mv log2.txt log.txt
(printsy
to screen) -
action: overwritng in-place (not supported):
echo "z" > log.txt
(z
is lost)
Implementation
watchlogs
uses the tailf library to monitor OS events.
Dependencies
Python >= 3.6
seaborn
colored
tailf
psutil
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
Built Distribution
Hashes for watchlogs-0.1.3.21-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e2de8ddd9ee8d60f1a8912d44f4174482b7f7e7858d20c476b1181bd6af247b |
|
MD5 | 0fde40ff355ffc2ed8df0b5a3a61798a |
|
BLAKE2b-256 | 20077e1ec0df1e212d9b290dcd458522c72ea5dbfdc3ac86c815bd19429254d3 |