Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akagi201/webtail
Realtime tail -f logs on the web
https://github.com/akagi201/webtail
golang logging realtime-tail tail websocket webtail
Last synced: 2 months ago
JSON representation
Realtime tail -f logs on the web
- Host: GitHub
- URL: https://github.com/akagi201/webtail
- Owner: Akagi201
- License: mit
- Created: 2016-11-22T02:34:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T05:55:52.000Z (almost 8 years ago)
- Last Synced: 2024-06-21T04:27:02.846Z (7 months ago)
- Topics: golang, logging, realtime-tail, tail, websocket, webtail
- Language: Go
- Size: 10.7 KB
- Stars: 15
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebTail
Realtime tail -f logs on the web
## Features
- [x] Use websocket to receive realtime log.
- [x] Support go-bindata.
- [ ] Support multi-files to display.## Build
* `./gobin.sh`
* `go build`## Run
* `./webtail --log=/tmp/xxx.log`