https://github.com/simonrw/tailers
Universal tail toolkit
https://github.com/simonrw/tailers
Last synced: over 1 year ago
JSON representation
Universal tail toolkit
- Host: GitHub
- URL: https://github.com/simonrw/tailers
- Owner: simonrw
- License: apache-2.0
- Created: 2019-11-25T23:15:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T23:37:58.000Z (over 6 years ago)
- Last Synced: 2025-02-06T08:45:16.353Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tailers
Multi-tail program capable of tailing:
* [x] log files
* [ ] docker containers
* [ ] kubernetes logs
* [ ] network messages
* ...
The user interface merges all streams into one and prefixes each stream with a
coloured label representing the original source.
## Implementation
The program is written in Rust. It uses threads and channels, but aspires to
transition to the async ecosystem (`tokio`/`async-std`).