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: 8 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T05:55:52.000Z (over 9 years ago)
- Last Synced: 2025-04-27T00:32:56.967Z (about 1 year 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`