Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suda/leno
🌲️ Command-line log viewer with a web UI
https://github.com/suda/leno
logging logs webui
Last synced: about 2 months ago
JSON representation
🌲️ Command-line log viewer with a web UI
- Host: GitHub
- URL: https://github.com/suda/leno
- Owner: suda
- License: mit
- Created: 2020-12-03T18:24:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T16:54:14.000Z (6 months ago)
- Last Synced: 2024-12-16T01:55:15.468Z (about 2 months ago)
- Topics: logging, logs, webui
- Language: Svelte
- Homepage:
- Size: 704 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Leño is a [ndjson](http://ndjson.org/) log viewer with a web UI. Think of it as local Kibana/Sumo Logic for development. Works great with [Pino](https://getpino.io/) logging library or any other app that logs into JSON.
![](./assets/screenshot.png)
## 📙 Installation
```
$ npm install -g leno
```## 🔍️ Usage
Just run your app and pipe it's output to leño:
```
$ ./myapp | leno
🌲️ Leño is running on http://localhost:3000
```Now you can see the logs at [http://localhost:3000](http://localhost:3000).
## 🙇️ Credits
Leño's logo is based on [log by Smalllike](https://thenounproject.com/term/log/2784204) from the Noun Project.