Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0zgen/lotos
⚙️ Realtime log reader with WebSocket re-translation
https://github.com/m0zgen/lotos
Last synced: 20 days ago
JSON representation
⚙️ Realtime log reader with WebSocket re-translation
- Host: GitHub
- URL: https://github.com/m0zgen/lotos
- Owner: m0zgen
- Created: 2024-07-24T09:23:13.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T09:23:37.000Z (5 months ago)
- Last Synced: 2024-11-30T01:46:54.991Z (23 days ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoToS
Log to WebSocket realtime log reader with WebSocket re-translation.
### Configuration
```yaml
port: 3001
logFilePath: /path/to/log/file.log
showLogs: true
```* `port` - Port to run the server on.
* `logFilePath` - Path to the log file to read.
* `showLogs` - Show logs in the realtime console.## Building
```bash
go build
```## Running
```bash
./lotos config.yml
```